Skip to content

SQLite as Unity Package. Works with Windows, macOS, Linux, Android. Based on SQLite binaries and Mono.Data.Sqlite.

License

Notifications You must be signed in to change notification settings

achimmihca/SQLiteUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQLiteUnity

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.

Installation

  • 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.

How to use

See the unit test for an example how to use SQLite in Unity.

About

SQLite as Unity Package. Works with Windows, macOS, Linux, Android. Based on SQLite binaries and Mono.Data.Sqlite.

Resources

License

Stars

Watchers

Forks

Packages

No packages published