Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-15 | fix(docs): fix some deno.land/manual broken urls (#24557) | Igor Borisoglebski | |
Fixing some broken urls found after the docs migration | |||
2023-10-31 | chore: update ext/kv to use denokv_* crates (#20986) | Luca Casonato | |
This commit updates the ext/kv module to use the denokv_* crates for the protocol and the sqlite backend. This also fixes a couple of bugs in the sqlite backend, and updates versionstamps to be updated less linearly. | |||
2023-08-22 | feat(ext/kv): connect to remote database (#20178) | Heyang Zhou | |
This patch adds a `remote` backend for `ext/kv`. This supports connection to Deno Deploy and potentially other services compatible with the KV Connect protocol. | |||
2023-03-23 | chore(ext/kv): create basic README.md (#18370) | Matt Mastracci | |