Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno KV: need to set path if compiled with deno compile #77

Open
lambtron opened this issue Aug 1, 2023 · 0 comments
Open

Deno KV: need to set path if compiled with deno compile #77

lambtron opened this issue Aug 1, 2023 · 0 comments
Labels

Comments

@lambtron
Copy link
Contributor

lambtron commented Aug 1, 2023

need to set path if compiled, eg:

const kv = await Deno.openKv('/tmp/kv.db');

otherwise the compiled binary will open KV in memory (aka nothing is persisted beyond process)

@kwhinnery kwhinnery transferred this issue from denoland/manual Sep 15, 2023
@hashrock hashrock added the kv label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants