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


Groups > comp.lang.python > #65249

mapping objects

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin.stu.neva.ru!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rmorgan466@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'xml,': 0.05; 'json': 0.07; 'assuming': 0.09; 'facts': 0.09; 'orm': 0.09; 'csv,': 0.16; 'objects?': 0.16; 'sqlalchemy': 0.16; 'stumbled': 0.16; 'to:name :python-list@python.org': 0.22; '(or': 0.24; '---': 0.24; 'first,': 0.26; 'message-id:@mail.gmail.com': 0.30; 'convert': 0.35; 'received:google.com': 0.35; 'possible': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'more': 0.64; 'url:sqlalchemy': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=J6e6u0y36atnw4eTVchbVvRcSwGwkmyIixbyyN/jNEQ=; b=0lwJG8wS4vfndi5eXkqoabFeV2aWg+VCbk4uylFa46g8qns7UBarEFCU6rzhz7Lj4j 7/aA8KD4fYPLYr6TaYvfa59BlKgUxFlGjqub8wK7o7U1MNY9jkNWrWvyd27WVa2MIIto VC0SZZlG5Ou2xCMPmaNlNrrsG5fP3Jd/yFWlomMG2fvi86UpYAUp0qYfyDKe39mPRNI8 0OrhnyL/th6LS4WYvxKUCC+fGXko5HZe8DVi0CdTTc8W6fO5DYI/2+Ta7FhgwF7N18/r 28StQmrivYRPxvVh8T19bdsKN6JV+4H3U3keK6Z26LKCRaf1894dDtyZ+rR79FsKjeaG mYHA==
MIME-Version 1.0
X-Received by 10.182.196.3 with SMTP id ii3mr23458203obc.11.1391305570909; Sat, 01 Feb 2014 17:46:10 -0800 (PST)
Date Sat, 1 Feb 2014 20:46:10 -0500
Subject mapping objects
From Rita <rmorgan466@gmail.com>
To "python-list@python.org" <python-list@python.org>
Content-Type multipart/alternative; boundary=089e015383e454040204f16292f8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6296.1391305579.18130.python-list@python.org> (permalink)
Lines 40
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391305579 news.xs4all.nl 2832 [2001:888:2000:d::a6]:40948
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65249

Show key headers only | View raw


[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.--

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web