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
You can use driftDatabase(native: DriftNativeOptions(databasePath: () async => ...)) to migrate to drift_flutter while otherwise keeping your existing database path.
I will update the documentation to mention how to migrate from the old setup to drift_flutter, but I'm not sure where to put it yet.
Because of
Old databases can't not be changed or reused if the old file does not contains .sqlite. So old database and data is lost (my case).
Solution:
Add a named parameter extension or remove the '.sqlite' part.
The text was updated successfully, but these errors were encountered: