|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|

Go to the source code of this file.
Namespaces | |
| namespace | database |
| namespace | database::orm |
Macros | |
| #define | ORM_LOG_ERROR(context, message) |
| #define | ORM_LOG_WARNING(message) |
| #define | ORM_LOG_INFO(message) |
| #define ORM_LOG_ERROR | ( | context, | |
| message ) |
Definition at line 14 of file entity.cpp.
Referenced by database::orm::entity_manager::create_tables(), database::orm::entity_manager::drop_tables(), and database::orm::entity_manager::sync_schema().
| #define ORM_LOG_INFO | ( | message | ) |
Definition at line 18 of file entity.cpp.
| #define ORM_LOG_WARNING | ( | message | ) |
Definition at line 16 of file entity.cpp.