robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.27k stars 265 forks source link

Simple CRUD!!! #84

Closed a-m-dev closed 6 years ago

a-m-dev commented 6 years ago

Hi there i personally appreciate your job , well done ! but i'm little bit confused about it !!! can you please show me a piece of code that handles a simple CRUD???

robertohuertasm commented 6 years ago

You have some insert and read examples in the Example folder (https://github.com/codecoding/SQLite4Unity3d/blob/master/Example/Assets/Scripts/DataService.cs#L71).

You should probably take a look at sqlite-net too.

Of course, if you want to know more you can also take a look at the code.