This package provides the sqlite-net-extensions
library as a Unity package to extend unity-sqlite-net
.
The sqlite-net-extensions
library is a set of extensions for the unity-sqlite-net
library, providing additional functionality such as relationships and cascading operations.
unity-sqlite-net
package, providing the core ORM functionalityNewtonsoft Json Unity
package, required for serialization in the sqlite-net-extensions
- In your package manager (
Window > Package Manager
) choose the+
. - Select "Add from git URL"
- Enter
https://github.com/AbandonedCrypt/unity-sqlite-net-extensions.git
and go. - You are done and ready to use advanced relation features in sqlite-net
Once installed, you can use the sqlite-net-extensions
library in your Unity project as you would normally.
You can find the documentation for all of the features over at the original projects' repository.
This package works with:
unity-sqlite-net
This package depends on Unity's Newtonsoft JSON.NET package, as sqlite-net-extensions
depends on the presence of a JSON.NET install. At this point in time, the dependency is not enforced, but may in the future.
This project is licensed under the MIT License. See the LICENSE file for details.