def create_db_schema()

in db_schema/db_schema_lambda_layer/python/bookstore_orm_objects.py [0:0]


def create_db_schema(engine):
    Base.metadata.create_all(engine)