-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add SQLite as a feature option #18
Comments
Adding sqlite will be awesome. Would it be possible to add a new page where you could fill in the name of the database and pass some models to create the tables? |
Previously added a feature to include the package. |
You need more than the sqlite-net-pcl. It won't work on Maui with Android and I there may be a problem with IOS too. In fact the suggested solution sqlite3 and maui with Android has problems too. |
I would also consider adding firebase |
I assume you mean Cloud Firestore. |
well both actually, but to setup Cloud Fire store, just because, you have to import a json. What I always ended up using is Realtime database I always wanted to use Azure. But is more work, besides firebase give you 1gb free |
Expecting to add another SQLite option (using SQLitePCLRaw) doing similar things to the new SyncFusion example code in the new official template. |
sqlite.net is a popular library. It could be useful to include an option to add the NuGet package to the app.
open question: could anything else be added to the generated app that could be useful?
e.g.
The text was updated successfully, but these errors were encountered: