[Sqlalchemy-tickets] Issue #3982: Create and check schema on ORM (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Dmitry T. <iss...@bi...> - 2017-05-10 14:51:57
|
New issue 3982: Create and check schema on ORM https://bitbucket.org/zzzeek/sqlalchemy/issues/3982/create-and-check-schema-on-orm Dmitry Tyutryumov: Hi guys, i need you help. How i can create a schema on ORM, for few tables, * MetaData doesn't work when schema doesn't exist. * event.listen(DeclBase.metadata, 'before_create', CreateSchema('schema')) i see an error if schema is exist, but i don't know how to check schema on ORM Will be appreciate for help |