schema progress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "matador/orm/schema.hpp"
|
||||
|
||||
namespace matador::orm {
|
||||
schema::schema( const std::string& name )
|
||||
: repo_(name){}
|
||||
}
|
||||
Reference in New Issue
Block a user