sqlite3_connection_pool
High-performance async connection pool for SQLite on native platforms.
0.2.9
402K downloads/mo
#583 most downloaded on pub.dev
simolus3/sqlite3.dart
What this package is like to depend on
Last release 20 days ago
04 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
11 releases · first in 2026
11 releases in the last 12 months
see the full history below
Release timeline
11 releases · Feb 2026 to Aug 2026Releases
latest 11-
0.2.904 Aug 2026Release notes
Open source →- Avoid
NativeCallableto support platforms like GrapheneOS wheremprotectis forbidden.
- Avoid
-
0.2.831 Jul 2026Release notes
Open source →- Add
SqliteConnectionPool.addReadersto add new read connections to a connection pool. - Support single-connection pools without dedicated readers.
- Add
-
0.2.701 Jul 2026 -
0.2.603 Jun 2026Release notes
Open source →- Allow disabling builtin update hooks.
- Add
SqliteConnectionPool.dispatchUpdateNotificationto dispatch custom update notifications.
-
0.2.526 May 2026 -
0.2.420 Apr 2026Release notes
Open source →- Fix
SqliteConnectionPool.updatedTablesemitting updates before a transaction has completed.
- Fix
-
0.2.325 Mar 2026Release notes
Open source →- Close read connections before write connection to clean up
-waland-shmfiles. - Add
selectandexecutehelpers toPoolConnection. - Add
PoolConnection.unsafePointerandPoolConnection.unsafeFromPointer.
- Close read connections before write connection to clean up
-
0.2.224 Mar 2026Release notes
Open source →- Rollback transactions potentially left from killed isolates previously using a connection.
-
0.2.0+110 Mar 2026Release notes
Open source →- 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.
- Add
-
0.1.126 Feb 2026 -
0.1.015 Feb 2026