CUBRID dialect for SQLAlchemy.
Install the sqlalchemy-cubird library.
pip install sqlalchemy-cubridThis dialect requires CUBRID-Python.
engine = create_engine("cubrid+cubrid://dba:1234@localhost:33000/demodb")
connection = engine.connect()py.test --dburi cubrid+cubrid://user:password@host:port/demodb