drivers updated comment

This commit is contained in:
silverqx
2024-04-05 12:33:42 +02:00
parent dfad2669ab
commit df346ad8ad

View File

@@ -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)