clue / reactphp-sqlite

Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.
https://clue.engineering/2019/introducing-reactphp-sqlite
MIT License
51 stars 10 forks source link

Add new `loadLazy()` method to connect only on demand and implement "idle" timeout to close underlying connection when unused. #23

Closed clue closed 5 years ago

clue commented 5 years ago

Builds on top of clue/reactphp-redis#87 and friends-of-reactphp/mysql#87 and others.

Resolves #2