I never see this kind of class on the web, so I decided to make my own one.
What I'm talking about?
A class that simplifies the common use of SQLite with a friendly usage (inspired by .NET's LINQ one).
SQL Scripts are defined by the model, so you need to supply the object instance or just its class.
SQL Scripts are defined by the model, so you need to supply the object instance or just its class.
For the moment I provided:
- select (distinct, count,where, limit, order by)
- delete (where)
- insert
- transactions