guix/nix/libstore
Eelco Dolstra 7bed5d91de
daemon: Factor out SQLite handling.
* nix/libstore/local-store.cc: Move SQLite code to...
* nix/libstore/sqlite.cc, nix/libstore/sqlite.hh: ... here.  New files.
* nix/local.mk (libstore_a_SOURCES): Add sqlite.cc.
(libstore_headers): Add sqlite.hh.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-10-28 22:30:17 +02:00
..
.gitignore
build.cc
derivations.cc
derivations.hh
gc.cc
globals.cc
globals.hh
local-store.cc daemon: Factor out SQLite handling. 2016-10-28 22:30:17 +02:00
local-store.hh daemon: Factor out SQLite handling. 2016-10-28 22:30:17 +02:00
misc.cc
misc.hh
optimise-store.cc
pathlocks.cc
pathlocks.hh
references.cc
references.hh
schema.sql
sqlite.cc daemon: Factor out SQLite handling. 2016-10-28 22:30:17 +02:00
sqlite.hh daemon: Factor out SQLite handling. 2016-10-28 22:30:17 +02:00
store-api.cc
store-api.hh
worker-protocol.hh