sqlite3_connection_pool 0.2.3
sqlite3_connection_pool: ^0.2.3 copied to clipboard
High-performance async connection pool for SQLite on native platforms.
0.2.3 #
- Close read connections before write connection to clean up
-waland-shmfiles. - Add
selectandexecutehelpers toPoolConnection. - Add
PoolConnection.unsafePointerandPoolConnection.unsafeFromPointer.
0.2.2 #
- Rollback transactions potentially left from killed isolates previously using a connection.
0.2.1 #
- Export the
PoolConnectionclass. - Fix errors in
openAsyncbeing unhandled.
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.