summaryrefslogtreecommitdiff
path: root/src/database/sqlite3_engine.hpp
AgeCommit message (Collapse)Author
2017-12-02Handle postgresql and sqlite3 libs properlylouiz’
Do not fail to compile when one of them is missing but the other one is not. Raise an error when trying to open a database with the missing library. see #3237
2017-12-02Add postgresql supportlouiz’