added sections to connections

[skip ci]
This commit is contained in:
silverqx
2022-08-11 19:24:57 +02:00
parent 90357eac6d
commit 61147986c6
4 changed files with 18 additions and 0 deletions
+2
View File
@@ -29,9 +29,11 @@ namespace Orm
/*! Get a schema builder instance for the connection. */
std::unique_ptr<SchemaBuilder> getSchemaBuilder() final;
/* Getters */
/*! Determine if the connected database is a MariaDB database. */
bool isMaria();
/* Others */
/*! Check database connection and show warnings when the state changed.
MySQL reconnection logic is disabled (MYSQL_OPT_RECONNECT), TinyORM has
own reconnector. */