mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
ce5bf9fb2a
`rusqlite` does not support async operations; with this PR SQLite operations will run through `spawn_blocking` to ensure that the event loop does not get blocked. There is still only a single SQLite connection. So all operations will do an async wait on the connection. In the future we can add a connection pool if needed. |
||
---|---|---|
.. | ||
01_db.ts | ||
Cargo.toml | ||
codec.rs | ||
interface.rs | ||
lib.rs | ||
README.md | ||
sqlite.rs |
deno_kv
This crate provides a key/value store for Deno.