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


Groups > comp.lang.python > #31311

Re: MySQL with Python

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.033
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.05; 'postgresql': 0.07; 'postgres': 0.09; 'postgresql.': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'wrote:': 0.17; 'library,': 0.17; 'thanks,': 0.18; 'received:209.85.214.174': 0.21; 'libraries': 0.22; 'posted': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'instead.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'options': 0.27; 'chris': 0.28; 'though.': 0.29; 'problem': 0.33; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:with': 0.36; 'previous': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'link': 0.60; 'kindly': 0.67; '8bit%:100': 0.70; 'wish': 0.70; 'skip:\xe0 10': 0.84; 'skip:\xe0 30': 0.84; 'thing,': 0.84; '1:47': 0.91; 'have.': 0.95
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 :content-type:content-transfer-encoding; bh=kBv76rer4AM1QZA+fY2CGWBjEQuANAZ9qnp5JZfpikE=; b=ZHTtWVJ4C5UdZFth4yLH6pFfM2IGFkvw467alCgJ6arywoxj5h+WjiLp2ZRQyPT4mC F9kZNKI8DL0vSdMYeFgskIZoyMKW2zY5vXWdljiJjPO/212yAhuuhbURv9G1nVXbUMcs QWkNvWhXcpeEOxgQ2MKF9giDZJwl4izck+wPMLl/sIUT1rRGTbx6rbh2MOASMTyOYtg8 D3Zu7tUClCprkeEm8UDem8u3expG2/fQ2F0MGhWFIhMEPHoxCSLQhBHz279kS0tptreS A2T7CXF9t97YwI2Q+CP0D4a3+JdWB4i8FAuLFLxksodoyYOe2g2y7ix+YV5s5i9jEFCd Nexg==
MIME-Version 1.0
In-Reply-To <1350312465.1928.4.camel@roddur>
References <1350308732.2373.8.camel@roddur> <mailman.2207.1350309721.27098.python-list@python.org> <1350312465.1928.4.camel@roddur>
Date Tue, 16 Oct 2012 01:54:32 +1100
Subject Re: MySQL with Python
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2212.1350312875.27098.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350312875 news.xs4all.nl 6916 [2001:888:2000:d::a6]:55788
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31311

Show key headers only | View raw


On Tue, Oct 16, 2012 at 1:47 AM, রুদ্র ব্যাণার্জী <bnrj.rudra@gmail.com> wrote:
> On Tue, 2012-10-16 at 01:01 +1100, Chris Angelico wrote:
>> But you may wish to consider using PostgreSQL instead.
> Thanks, as I am  very much new in database thing, I am not very aware of
> the options I have.
> But in my library, I did not found any thing on PostgreSQL.
> Though, I will google its support as well, can you kindly let me know if
> this is well documented. I can see there mailing list is quite active.
> So that may not be a problem though.

Postgres itself: http://www.postgresql.org/

I posted a link to some Python-PGSQL libraries in my previous post.

ChrisA

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


Thread

MySQL with Python রুদ্র ব্যাণার্জী  <bnrj.rudra@gmail.com> - 2012-10-15 14:45 +0100
  Re: MySQL with Python Chris Angelico <rosuav@gmail.com> - 2012-10-16 01:01 +1100
    Re: MySQL with Python রুদ্র ব্যাণার্জী  <bnrj.rudra@gmail.com> - 2012-10-15 15:47 +0100
      Re: MySQL with Python Chris Angelico <rosuav@gmail.com> - 2012-10-16 01:54 +1100
  Re: MySQL with Python Demian Brecht <demianbrecht@gmail.com> - 2012-10-15 07:05 -0700
  Re: MySQL with Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-15 15:20 -0400
    Re: MySQL with Python Roy Smith <roy@panix.com> - 2012-10-15 15:44 -0400

csiph-web