https://github.com/rizasif/sqlite-unity-plugin-example
An Example implementation of the sqlite database plugin in C# unity: https://github.com/rizasif/sqlite-unity-plugin
https://github.com/rizasif/sqlite-unity-plugin-example
android database ios sqlite unity
Last synced: 2 months ago
JSON representation
An Example implementation of the sqlite database plugin in C# unity: https://github.com/rizasif/sqlite-unity-plugin
- Host: GitHub
- URL: https://github.com/rizasif/sqlite-unity-plugin-example
- Owner: rizasif
- License: mit
- Created: 2018-02-20T12:25:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T03:59:46.000Z (over 1 year ago)
- Last Synced: 2024-11-10T17:46:51.348Z (8 months ago)
- Topics: android, database, ios, sqlite, unity
- Language: C#
- Homepage:
- Size: 23.2 MB
- Stars: 37
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# sqlite-unity-plugin-example
This project is a practical implementation of the [sqlite-unity-plugin](https://github.com/rizasif/sqlite-unity-plugin).
This project can be tested on Windows, Android and iOS devices.- Check the `DbTestBehaviourScript.cs` file for usage example and run it by attaching to an empty GameObject.
- The `DataBank` folder contains scripts that provides a practical example of sqlite database.
Read this [artcle on Medium](https://medium.com/@rizasif92/sqlite-and-unity-how-to-do-it-right-31991712190) for more details.