Files
TinyORM/docs/tinyorm
silverqx d01b7ef9d8 docs used QString::fromUtf8(__func__)
Used the QString::fromUtf8(__func__) instead of the static_cast<>.
2023-02-14 21:04:39 +01:00
..
2022-05-18 15:43:20 +02:00
2022-11-11 10:00:57 +01:00

TinyORM

TinyORM is an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using TinyORM, each database table has a corresponding "Model" that is used to interact with that table. In addition to retrieving records from the database table, TinyORM models allow you to insert, update, and delete records from the table as well.