sqlite3_connection_pool 0.2.0+1
sqlite3_connection_pool: ^0.2.0+1 copied to clipboard
High-performance async connection pool for SQLite on native platforms.
0.2.0+1 #
- Add
SqliteConnectionPool.openAsyncto open pools asynchronously. - Add
SqliteConnectionPool.updatedTablesto listen for table updates. - Add
PoolConnections.preparedStatementCacheSize. When set to a positive value,executeandselectwill cache used prepared statements.
0.1.1 #
- Migrate to automated publishing.
0.1.0 #
- Initial version.