API Reference kura_sqlite v#0.2.5
View SourceModules
SQLite backend aggregator. One config knob for users
SQLite dialect. Translates #kura_query{} AST into SQLite-flavored
SQL.
SQLite driver impl using esqlite.
SQLite pool implementation. Maintains N pre-opened esqlite3 database
connections in an ETS-tracked free list. Each checkout/2 hands out a
connection; checkin/2 returns it.