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

Add list API to KVStore #92

Open
jiacai2050 opened this issue Jul 23, 2024 · 2 comments
Open

Add list API to KVStore #92

jiacai2050 opened this issue Jul 23, 2024 · 2 comments

Comments

@jiacai2050
Copy link

I create some demo app in jetzig, it seems the File KVStore is right place to persist user data before #43 is supported.

I can add, delete data using KVStore, but it seems there is no way to fetch all items stored in KVStore, what's the recommended way to implement this?

@bobf
Copy link
Contributor

bobf commented Jul 26, 2024

Hi, @jiacai2050 , sorry for the slow response. There isn't a direct way to do this at the moment as it is not typically the kind of thing KV stores are used for. I might add it in future, but I think database integration would be your best option when it is ready - hopefully that will be very soon. I noticed you're on our Discord server so keep an eye out for updates in next couple of weeks.

@jiacai2050
Copy link
Author

Thanks, it seems JetZig is a very opinionated web framework, users can't do anything the framework isn't designed for.

I'm curious which framework does JetZig refer to when get started?

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

No branches or pull requests

2 participants