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


Groups > comp.lang.python > #109743

Re: Tie dictionary to database table?

Path csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From justin walters <walters.justin01@gmail.com>
Newsgroups comp.lang.python
Subject Re: Tie dictionary to database table?
Date Thu, 9 Jun 2016 06:09:11 -0700
Lines 2
Message-ID <mailman.112.1465477759.2306.python-list@python.org> (permalink)
References <drt5r8Ft1maU1@mid.individual.net> <CAO1D73Hb9_guWHxjer226APrFqTFM3eCWxmW4570Hpt5smvFmQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de ixTho4im9tZdJdAODUc0FwOls//gFgrmLkJTXsjvmykw==
Return-Path <walters.justin01@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'pfxlen:0': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'looks': 0.29; 'checked': 0.31; 'received:google.com': 0.35; 'received:209.85': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:209': 0.38
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=YWfsTrWvcsgPOK8UurQJz76UrFKV/YP3TzCBnR7/CIs=; b=oG6lYNfuOyD4YzNppnzak5nK94bjPDVnBVsIsD2XkE74+aW7/eAtgzWNYO/LjOZX/h xvvZVGsld+rG93DICdAat79RBOwh30egir1dbWJMSWn6pq2tsig1PwhTPkdigdMGcgrA TEAhkbMj9UIwTn6LB1/ijfjuCaCHNfVb9qKPqLaMKpDSIwMnE98YresDjtxAGV3d3/HW FFSdFDzpiK1YOh5O6fX7OM/0LcP2kmTEM1A71FKISa2jH3KOK0cd6UDC+u/gEK7MRdFF 8RgCnG0ZMDq7n39bS8tB4YSI5o8ZB1sWfgiE6Q9vWi9IAvYQdRQTX64+cPl0hE2VajMV J7eg==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=YWfsTrWvcsgPOK8UurQJz76UrFKV/YP3TzCBnR7/CIs=; b=Kf7ZQVKFoMgsInezqM2R2wr5rgzPVXL9DK0Fn9k72px1B9qKzfCpk4eQcLMAJiIGk1 wru/quszQzLOP0R6JK0uRSFYyzAUkeyAgG2tL5YM2yr96DjNXXtBek2ff/iu+nzLdcw4 e8caUrTSBytipo/SUu+oJXz8IYh1NQjVVV98rhNsYenOLzk9GRX4meby2gwbzf/zSflY YTeFur7JjsiFQipf2mP+InyeVOtniHVCJrLs+McRD1nhwYzq/NUVcuAazD9/eqJYKdLc uSQQKprWccWGtHFQn313MPQ+sFDTqtzrP14PXGRH5VWyJ9DlyuiCv6MmsQJHSVWvxRSz /l5w==
X-Gm-Message-State ALyK8tI8vaeYUlT4lglWvQberK++wxG0yHQJjiIliZ4AwBBf32XAsOqtpHmjNJ9TT2nmYYpoiQV586ZVVpT1dQ==
X-Received by 10.46.1.197 with SMTP id f66mr2893792lji.52.1465477751321; Thu, 09 Jun 2016 06:09:11 -0700 (PDT)
In-Reply-To <drt5r8Ft1maU1@mid.individual.net>
X-Content-Filtered-By Mailman/MimeDel 2.1.22
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
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>
X-Mailman-Original-Message-ID <CAO1D73Hb9_guWHxjer226APrFqTFM3eCWxmW4570Hpt5smvFmQ@mail.gmail.com>
X-Mailman-Original-References <drt5r8Ft1maU1@mid.individual.net>
Xref csiph.com comp.lang.python:109743

Show key headers only | View raw


It looks like you might be looking for an ORM. Have you checked out
sqlalchemy?

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


Thread

Tie dictionary to database table? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2016-06-09 12:30 +0000
  Re: Tie dictionary to database table? justin walters <walters.justin01@gmail.com> - 2016-06-09 06:09 -0700
  Re: Tie dictionary to database table? Michael Selik <michael.selik@gmail.com> - 2016-06-09 22:40 +0000
    Re: Tie dictionary to database table? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2016-06-10 07:30 +0000
      Re: Tie dictionary to database table? Christian Gollwitzer <auriocus@gmx.de> - 2016-06-10 09:38 +0200
        Re: Tie dictionary to database table? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2016-06-10 10:56 +0000
          Re: Tie dictionary to database table? Peter Otten <__peter__@web.de> - 2016-06-10 14:25 +0200
  Re: Tie dictionary to database table? Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-16 20:59 -0700

csiph-web