schema progress

This commit is contained in:
Sascha Kühl
2025-09-26 16:13:07 +02:00
parent 3ae2b003aa
commit d7758e827d
3 changed files with 35 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "matador/orm/schema.hpp"
namespace matador::orm {
schema::schema( const std::string& name )
: repo_(name){}
}