[DATABASE] database SQL on Android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: 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

Thanks

:bust_in_silhouette: Reply From: brokenjava

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.

Saxe | 2020-02-12 12:18