add_executable(TypeHandler src/TypeHandler.cpp)
target_link_libraries(TypeHandler PUBLIC Poco::DataSQLite)
