pgLab/dbschema_database.cpp
Eelke Klein 163bb1d513 More aggressive saving of changes to the connections. Also remove connection
now removes the connection from the file.
2017-01-18 20:48:31 +01:00

8 lines
88 B
C++

#include "dbschema_database.h"
using namespace dbschema;
Database::Database()
{
}