Home | History | Annotate | Download | only in store

Lines Matching defs:backend

29 #include "store/backend.hpp"
207 store::backend backend = store::backend::open_ro(fs::path("test.db"));
208 backend.database().exec("SELECT * FROM metadata");
216 store::backend::open_ro(fs::path("missing.db")));
236 store::backend::open_ro(fs::path("test.db")));
253 store::backend backend = store::backend::open_rw(fs::path("test.db"));
254 backend.database().exec("SELECT * FROM metadata");
266 store::backend backend = store::backend::open_rw(fs::path("test.db"));
267 backend.database().exec("SELECT * FROM metadata");
286 store::backend::open_rw(fs::path("test.db")));