You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: