Skip to content

Mohammad-Ahadinejad/sqlite-connection-with-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

unity UI that performs all CRUD operations using sqlite data base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published