mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
These methods had a wrong names after the TinyDrivers were added as all can return QSqlXyz or Orm::Drivers::SqlXyz instances. Changing Qt to Sql covers both cases. - updated auto tests - updated docs
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.