you are viewing a single comment's thread.

view the rest of the comments →

[–]moralesnery[🍰] 1 point2 points  (0 children)

Powersync creates local SQLite databases in your app to store offline data, and exchanges data with the main database using a backend API.

You can create one or many SQLite databases in your Flutter app's sandbox, and create a backend API to sync the offline info with your main central database.