mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
Removed the db backend present printfs.
This commit is contained in:
parent
35bd94de7e
commit
be8aac25aa
3
main.cpp
3
main.cpp
@ -28,17 +28,14 @@
|
|||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
#if MYSQL_PRESENT
|
#if MYSQL_PRESENT
|
||||||
printf("mysql present\n");
|
|
||||||
MysqlDatabase::_register();
|
MysqlDatabase::_register();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if PGSQL_PRESENT
|
#if PGSQL_PRESENT
|
||||||
printf("pgsql present\n");
|
|
||||||
PGSQLDatabase::_register();
|
PGSQLDatabase::_register();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SQLITE_PRESENT
|
#if SQLITE_PRESENT
|
||||||
printf("sqlite present\n");
|
|
||||||
SQLite3Database::_register();
|
SQLite3Database::_register();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user