SQLite Database by Devesh Pandey
Create local database in unity’s app/game very easily by using SQLite database plugin. There are many APIs to create,update,delete data from database. It supported iOS, Android, PC, MAC. Features : – Create local database for your unity app/game. – Int, String, Text, Varchar data type supported. – Easy access to database for retrieval of data from database. – Insert, Update data into database without writing query. – Also executes custom query for select, update, insert. – Supported platfo…