|
| class | Connection |
| | SQLite connection with a small ORM layer on top of Poco::Data. Tables/columns are quoted identifiers; values are bound as literals. 更多...
|
| |
| class | Database |
| | Database module (eve.Database): SQLite connection factory. Script: db <- eve.Database(); conn <- db.connectSQLite("game.db"); 更多...
|
| |
| struct | Field |
| | A named field used by the small, explicit ORM mapping layer. 更多...
|
| |
| struct | Mapping |
| |
| class | Model |
| | Runtime ORM model exposed to Squirrel. 更多...
|
| |
| class | Query |
| | Composable filtered/sorted/paged query shared by C++ and scripts. 更多...
|
| |
| class | Repository |
| | Typed active-record repository built from a Mapping<T>. 更多...
|
| |