We switch to rusqlite, as it's the driver implemented by r2d2,
a pool of database connections.
This change is based on the following example and tests:
Differential D712
WIP: Allow HTTP server to consume SQLite dereckson on Nov 15 2016, 05:27. Authored by Tags None Referenced Files
Subscribers None
Details
We switch to rusqlite, as it's the driver implemented by r2d2, This change is based on the following example and tests: Implement ::web_handlers::get to serve SELECT * FROM Log
Diff Detail
Event TimelineComment Actions Next step is to allow to initialize instances of DataStore with a connection from the pool. We also need to move the init code to populate schema to run only once at program start. Comment Actions Switch to r2d2 and rusqlite, prepare a pool, clean not used stored methods. SQLite-related tests currently disabled.
|