Topic was automatically imported from the old Question2Answer platform.
Asked By
Saxe
Hello,
I make a project and I need to make a dataBase on Android. Some poeple use Sqlite but it works only on Linux and Window.
Do you have an idea to use a database on Android ?
I use Godot 3.2
nuget sqlite . works with android. btw linux is android.
Thanks for you answer. I search some information on google about nuget sqlite but i don’t find something to use on godot.
I just find SQLite for godot (GDSqlite and godo tSqlite) but it’s not nuget Sqlite.
Do you have a tutorial or something like that to use it on godot ?
I need to make database on android and desktop.