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: 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> <1350312465.1928.4.camel@roddur> Date: Tue, 16 Oct 2012 01:54:32 +1100 Subject: Re: MySQL with Python From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Tue, Oct 16, 2012 at 1:47 AM, =E0=A6=B0=E0=A7=81=E0=A6=A6=E0=A7=8D=E0=A6= =B0 =E0=A6=AC=E0=A7=8D=E0=A6=AF=E0=A6=BE=E0=A6=A3=E0=A6=BE=E0=A6=B0=E0=A7= =8D=E0=A6=9C=E0=A7=80 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