mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01: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) {
|
||||
|
||||
#if MYSQL_PRESENT
|
||||
printf("mysql present\n");
|
||||
MysqlDatabase::_register();
|
||||
#endif
|
||||
|
||||
#if PGSQL_PRESENT
|
||||
printf("pgsql present\n");
|
||||
PGSQLDatabase::_register();
|
||||
#endif
|
||||
|
||||
#if SQLITE_PRESENT
|
||||
printf("sqlite present\n");
|
||||
SQLite3Database::_register();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user