Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65249 > unrolled thread

mapping objects

Started byRita <rmorgan466@gmail.com>
First post2014-02-01 20:46 -0500
Last post2014-02-01 20:46 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  mapping objects Rita <rmorgan466@gmail.com> - 2014-02-01 20:46 -0500

#65249 — mapping objects

FromRita <rmorgan466@gmail.com>
Date2014-02-01 20:46 -0500
Subjectmapping objects
Message-ID<mailman.6296.1391305579.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hello,

I want to learn more about ORMs so I stumbled upon, SqlAlchemy.

If i had a JSON document (or XML, CSV, etc.._) is it possible to convert it
to a SQLAlchemy objects? I like the ability to query/filter (
http://docs.sqlalchemy.org/en/rel_0_9/orm/tutorial.html#common-filter-operators)
 the
data assuming I set up the proper schema.

Also, is this a valid way to use an ORM suite?





-- 
--- Get your facts first, then you can distort them as you please.--

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web