mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
0960e895da
Properly handle the `SQLITE_BUSY` error code by retrying the transaction. Also wraps database initialization logic in a transaction to protect against incomplete/concurrent initializations. Fixes https://github.com/denoland/deno/issues/20116. |
||
---|---|---|
.. | ||
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.