mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-08 19:39:11 -06:00
Added the whereNot counterparts for the basic, nested, array, and sub-query where methods. - updated docs - added unit tests
Database
Almost every modern application interacts with a database. TinyORM makes interacting with a database extremely simple using raw SQL, a fluent query builder, and the TinyORM.