-
Notifications
You must be signed in to change notification settings - Fork 32
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
Platforms support #535
Comments
Ops, looks like duplicate of |
For other SQLite platforms, SQFlite has experimental support: https://pub.dev/packages/sqflite_common_ffi |
For advanced query options, you can use a RestQueryProvider in your query which supports RestRequest. This can be extensively customized. For SQLite, SqliteProvider exposes several |
Thank you, do you have any experience of using sqflite_common_ffi_web with bricks? |
I've personally used the web version and it worked well. I haven't released a production app using it or put it under heavy load, so I can't speak to its durability. But I was impressed with how easy it was to use a SQLite interface in the browser |
Great, thank you for your responses! |
Hello, thanks for the app. Looking promise, local migrations is a cool feature.
As I see in deps you are using sqflite for local storage. Currentlly, sqflite supports only Android iOS macOS . Any plans to use something like drift to support all platforms?
I only found this text "Brick SQLite can be used when developing for Windows, MacOS, and Linux platforms." , but my question is about building for all platforms that supports by flutter.
ps. Can't find in docs, do we have something like OnlineOnlyWithRestModel or OffineOnlyWithRestModel ? For example, I need to get some data which I do not need to save to local store.
pps. And I can't find in docs, do we have a chance for full customization of Query or something like that. For example I need raw sql (local) request or non standart REST call (e.g. OPTIONS request, etc) (remote).
ppps. Incorrect link "This content has been moved to Offline Queue." Lookls like should be https://getdutchie.github.io/brick/#/offline_first/offline_queue
The text was updated successfully, but these errors were encountered: