added postgres backend

This commit is contained in:
2023-11-25 12:33:51 +01:00
parent c2a96f4cbd
commit 825e530a8d
20 changed files with 547 additions and 65 deletions
+3 -2
View File
@@ -46,9 +46,10 @@ set(SQL_HEADER
../include/matador/sql/key_value_generator.hpp
../include/matador/sql/entity.hpp
../include/matador/sql/fk_value_extractor.hpp
"../include/matador/sql/table_repository.hpp"
../include/matador/sql/table_repository.hpp
../include/matador/sql/any_type_to_visitor.hpp
../include/matador/sql/query_result_reader.hpp)
../include/matador/sql/query_result_reader.hpp
../include/matador/sql/to_value.hpp)
set(UTILS_HEADER
../include/matador/utils/field_attributes.hpp