Unity package for SQLite.
Based on
- precompiled SQLite binaries for Windows, Linux, macOS, Android
Mono.Data.Sqlite.dll
- can be found in the installation of the Unity Editor, for example
UnityEditor\2022.3.9f1\Editor\Data\MonoBleedingEdge\lib\mono\4.5\Mono.Data.Sqlite.dll
.
- can be found in the installation of the Unity Editor, for example
- You can add a dependency to your
Packages/manifest.json
using a Git URL in the following form:"com.achimmihca.sqliteunity": "https://github.com/achimmihca/SQLiteUnity.git?path=SQLiteUnity/Packages/com.achimmihca.sqliteunity#v1.0.0"
- Note that
#v1.0.0
can be used to specify a tag or commit hash.
- Note that
See the unit test for an example how to use SQLite in Unity.