Exemple #1
0
def create(db=DATABASE_URI):
    """Create the tables."""
    connect(db)
    BaseModel.create_tables()