introduced table repository

This commit is contained in:
2023-11-16 20:15:52 +01:00
parent 7c1e940814
commit c801d53e8c
25 changed files with 589 additions and 150 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ add_executable(tests builder.cpp
column_name_generator.cpp
value_generator.cpp
models/category.hpp
models/supplier.hpp)
models/supplier.hpp
models/airplane.hpp
models/flight.hpp
models/person.hpp)
target_link_libraries(tests PRIVATE
Catch2::Catch2WithMain
matador