- a sqlite middleware: See the example here: https://github.com/matt-42/silicon#middlewares
- a sqlite ORM middleware: https://github.com/matt-42/silicon/blob/master/silicon/sqlit...
- a generic CRUD implementation (relying on the ORM): https://github.com/matt-42/silicon/blob/master/tests/crud.cc
The mysql, redis, postgresql equivalents will come soon.
My stack heavily relies on pg and the other ORMs performance have been disappointing, I need to use something like this.
My stack heavily relies on pg and the other ORMs performance have been disappointing, I need to use something like this.