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

Explain how to test Deno KV code locally #313

Merged
merged 2 commits into from
Apr 14, 2024

Conversation

NoraCodes
Copy link
Contributor

This is easily apparent to users who are already familiar with SQLite, but people who either don't know about ":memory:" or who aren't aware that Deno KV is based on SQLite when run locally may not be able to figure this out for themselves.

I wasn't sure whether to include the assert import for the testing example; if that's needed I can add it.

This is easily apparent to users who are already familiar with SQLite,
but people who either don't know about ":memory:" or who aren't aware
that Deno KV is based on SQLite when run locally may not be able to
figure this out for themselves.
@thisisjofrank thisisjofrank merged commit 60be303 into denoland:main Apr 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants