Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31825
| From | Nick Sabalausky <SeeWebsiteToContactMe@semitwist.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | SQLAlchemy: How to do Table Reflection and MySQL? |
| Date | 2012-10-20 19:24 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <20121020192416.000023b6@unknown> (permalink) |
Hi, I'm fairly new to Python, and I'm trying to figure out how to use SQLAlchemy to connect to a MySQL DB and use table reflection to set up SQLAlchemy's tables. But the SQLAlchemy documentation is gigantic and frankly kinda making my head spin, so I'm having trouble even finding any information on how to use its table reflection, mostly just that it exists and *can* be done, but not so much "how". My web searching has just been turning up examples of SQLite and manually describing the tables in Python and having SQLAlchemy create the tables, which isn't what I'm looking for. Is there a simple way to do this somehow? To just connect to a MySQL DB and use table reflection?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
SQLAlchemy: How to do Table Reflection and MySQL? Nick Sabalausky <SeeWebsiteToContactMe@semitwist.com> - 2012-10-20 19:24 -0400
Re: SQLAlchemy: How to do Table Reflection and MySQL? darnold <darnold992000@yahoo.com> - 2012-10-22 14:35 -0700
Re: SQLAlchemy: How to do Table Reflection and MySQL? Nick Sabalausky <SeeWebsiteToContactMe@semitwist.com> - 2012-10-23 18:28 -0400
RE: SQLAlchemy: How to do Table Reflection and MySQL? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-10-23 22:42 +0000
Re: SQLAlchemy: How to do Table Reflection and MySQL? Nick Sabalausky <SeeWebsiteToContactMe@semitwist.com> - 2012-10-23 19:15 -0400
csiph-web