Skip to content
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

Open
mrlacey opened this issue Jan 25, 2023 · 6 comments
Open

Add SQLite as a feature option #18

mrlacey opened this issue Jan 25, 2023 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@mrlacey
Copy link
Owner

mrlacey commented Jan 25, 2023

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.

  • specific additional folders?
  • sample/placeholder code for creating a DB?
  • ???
@mrlacey mrlacey added the enhancement New feature or request label Jan 25, 2023
@davlui
Copy link

davlui commented Jan 25, 2023

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 mrlacey added this to the backlog milestone Jan 30, 2023
@mrlacey
Copy link
Owner Author

mrlacey commented Mar 17, 2023

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
Copy link

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
Copy link

I would also consider adding firebase

@mrlacey
Copy link
Owner Author

mrlacey commented Apr 25, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants