Replies: 1 comment 1 reply
-
|
We don't have an article written for this (though we could), but we did demonstrate a technique in this episode. The idea is to insert the data from the file storage into the database when you migrate the DB, and then delete the data from the file storage. Here's the code from the episode: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, it was very exciting to see this new lib sharing-grdb that can have your SharedState backed by GRDB. I've got an app that has been using the old ShareState, is there any guideline to how I can migrate from using FileStorage to this new lib?
Beta Was this translation helpful? Give feedback.
All reactions