mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
drivers updated comment
This commit is contained in:
@@ -93,7 +93,9 @@ std::shared_ptr<SqlDriver> SqlDriverFactoryPrivate::make() const
|
||||
|
||||
/* Our conventions for database names are MySql, Postgres, and SQLite, the same names
|
||||
like TinyORM connections or driver classes are named. 🫤 I will not break this, so
|
||||
shared/static libraries will also have these names. */
|
||||
shared/static libraries will also have these names.
|
||||
To be more confusing all preprocessor macros for PostgeSQL are named
|
||||
TINYDRIVERS_PSQL_ I will not change it to TINYDRIVERS_POSTGRES_ I like it this way.*/
|
||||
|
||||
#ifdef TINYDRIVERS_MYSQL_DRIVER
|
||||
std::shared_ptr<SqlDriver> SqlDriverFactoryPrivate::createMySqlDriver() const // NOLINT(readability-convert-member-functions-to-static)
|
||||
|
||||
Reference in New Issue
Block a user