mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
326 stars 10 forks source link

Add SQLite as a feature option #18

Open mrlacey opened 1 year ago

mrlacey commented 1 year ago

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.

davlui commented 1 year ago

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?

mrlacey commented 1 year ago

Previously added a feature to include the package. Now it seems worth adding an example page that includes basic usage too. (x-ref: #33)

brianjtools commented 1 year ago

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. https://github.com/VladislavAntonyuk/MauiSamples/find/main

eduardoagr commented 5 months ago

I would also consider adding firebase

mrlacey commented 5 months ago

I would also consider adding firebase

I assume you mean Cloud Firestore. There's a lot to Firebase. I recommend opening a separate issue to discuss this in more detail.

eduardoagr commented 5 months ago

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