Unity SQL Lite CRUD Operations
This project provides a Unity implementation for performing CRUD (Create, Read, Update, Delete) operations on a local SQL Lite database file.
Features Connect to a local SQL Lite file stored in the DB folder Add data to any cell in the database Read data from any cell in the database Delete entire rows or individual cells Update any cell in the database Perform all CRUD operations with ease Usage To use this project, simply import it into Unity and Change the db file for your implementation.
Validation To validate that the code is working, you can access the database file using software tools such as SQLite Browser or SQLite Studio.
We hope you find this project useful for managing your local SQL Lite databases in Unity!