[Added]
- whereRow function.[Updated]
- readme.
- General improvement of the code.
- added exists operator.
- General improvement of the code.
- added the ability to create nested queries.
- Created the following model methods:
- select, count, min, avg, max
- where, orWhere, whereIn, orWhereIn, whereNotIn, orWhereNotIn
- insert, update, get
- distinct, groupBy, orderBy, orderByDesc, orderByAsc
- having, orHaving
- Created Connection Class. Possibility to manage the connection with SQflite.
- Created Database Manager.
- Created SQLCommand.
- Created Schema Class.