sqlite3_connection_pool 0.2.3 copy "sqlite3_connection_pool: ^0.2.3" to clipboard
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 -wal and -shm files.
  • Add select and execute helpers to PoolConnection.
  • Add PoolConnection.unsafePointer and PoolConnection.unsafeFromPointer.

0.2.2 #

  • Rollback transactions potentially left from killed isolates previously using a connection.

0.2.1 #

  • Export the PoolConnection class.
  • Fix errors in openAsync being unhandled.

0.2.0+1 #

  • Add SqliteConnectionPool.openAsync to open pools asynchronously.
  • Add SqliteConnectionPool.updatedTables to listen for table updates.
  • Add PoolConnections.preparedStatementCacheSize. When set to a positive value, execute and select will cache used prepared statements.

0.1.1 #

  • Migrate to automated publishing.

0.1.0 #

  • Initial version.
0
likes
160
points
265
downloads

Documentation

API reference

Publisher

verified publishersimonbinder.eu

Weekly Downloads

High-performance async connection pool for SQLite on native platforms.

Repository (GitHub)
View/report issues

Topics

#sql #database #ffi #sqlite

License

MIT (license)

Dependencies

code_assets, ffi, hooks, meta, sqlite3

More

Packages that depend on sqlite3_connection_pool