mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Periodically purge binary-cache.sqlite
This commit is contained in:
parent
211bc7f0e6
commit
cb1951e746
2 changed files with 31 additions and 1 deletions
|
@ -31,6 +31,7 @@ struct SQLiteStmt
|
|||
sqlite3 * db = 0;
|
||||
sqlite3_stmt * stmt = 0;
|
||||
SQLiteStmt() { }
|
||||
SQLiteStmt(sqlite3 * db, const std::string & s) { create(db, s); }
|
||||
void create(sqlite3 * db, const std::string & s);
|
||||
~SQLiteStmt();
|
||||
operator sqlite3_stmt * () { return stmt; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue