-
Notifications
You must be signed in to change notification settings - Fork 6
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
Refactoring code to support multiple edges #2
Conversation
fbf6a73
to
93d545c
Compare
@losfair Hello, I don't know how to run Deno with the KV feature 😂. how does the KV feature work on local enviroment? could you have time to help me? Thank you very much! |
I have completed the testing of the Cloudflare environment. |
Hi @C-Dao ! Thanks for your work on opencatd_worker, it's nice :) If you run Deno >= 1.32 with the
does this work for you? |
I don't need a local database? it means Deno includes a database? likeing a sqlite? 🤯 |
Yes, the local KV database is powered by SQLite so you don't need to run a DB server to use KV. The default location of the database is under Deno's "origin storage" directory. You can find the location by running |
Oh, It is so cool !!! thanks again. |
No description provided.