-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use sqlite for key persistence #26
Comments
https://docs.deno.com/runtime/manual/basics/connecting_to_databases/#connect-to-sqlite-with-the-wasm-optimized-module Looks like a good choice for implementation |
I've been considering that one of the nice features of |
Replaced by #29 |
In order to make the
keys
project become usable by anyone but me, the keys themselves need to be dynamic.To keep the container as simple as possible this should be achieved with something like an sqlite database.
Endpoints that can add and delete the different resource types also need to be in scope of this ticket.
Likely this will be considered a breaking change version of
keys
as it fundamentally changes the project.The text was updated successfully, but these errors were encountered: