I have problem when I try to create a database in SQLAlchemy:
from sqlalchemy import create_engine from sqlalchemy.orm import sessionmaker
Database