OneSqlite is a database solution under Unity.Use open source Sqlite as database.
Support expansion, easy to use.
*** Features ***
Built-in a function to change the PlayerPrefs that comes with Unity to the Key and Value form of database storage.
The database supports int, long, float, bool, string and other types.
Supports the creation of custom databases, custom tables, database additions, deletions, changes, and other functions.
Cross-platform: currently supports Windows, Mac, Android, IOS.
Support expansion and modification.
Contains all source code and sample scenes.