Skip to content

Create virtual metaData from create table. #1408

Discussion options

You must be logged in to vote

you would have to run those CREATE statements into a database somewhere, then reflect them back.

if you dont want a database involved then you'd have to do some kind of parsing. The MySQL dialect in SQLAlchemy does have a parser for CREATE TABLE internally so perhaps you can re-purpose it.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jtknights08
Comment options

@zzzeek
Comment options

Answer selected by jtknights08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants