Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'mysql,': 0.07; 'here?': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:access': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'subject:the': 0.34; 'advice': 0.35; 'no,': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'how': 0.40; 'strengths': 0.84; 'subject:SQL': 0.84; 'subject:recommended': 0.84; 'to:none': 0.92 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:cc :content-type; bh=/gkcv1kSIeKmjL6eYqu6cxWX3kZR2GL/DJDIcDhumWc=; b=qighfX1nyC8+X/PgrZK/ypZPEnS88GC5LpMPiD8pLV4XA+w3kdZL/lQBVPSLR1SavR OPWE6+DtaZgxskG2cMo75xkUIAiYvcs5DGEyznfmu8UNidzmVKC1RspxeyUYbnStEdHR 7Y9QqRQ5HH22GSxkjFdqFN+7we0+IFtY9870NQrns2iOmb+80TcOIm9HH9QIO2yqsIU6 d00vomq6+hjHff3iHiMTdEA5kzScWGJJDNSOi9xTmz2VnlmgtV1vOtIsx6131wa8knqa p9fyci012fgT/Rre5VtpS0NDMHblbTDTgBz/8rexixCDP+H6yUXkaE12b8MFLgm5zzAf Fdmw== MIME-Version: 1.0 X-Received: by 10.66.102.39 with SMTP id fl7mr21635597pab.43.1391983426751; Sun, 09 Feb 2014 14:03:46 -0800 (PST) In-Reply-To: <5e6ff9tu3ih5c080so22ubsgbh4674ifto@4ax.com> References: <5e6ff9tu3ih5c080so22ubsgbh4674ifto@4ax.com> Date: Mon, 10 Feb 2014 09:03:46 +1100 Subject: Re: What is the recommended python module for SQL database access? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391983430 news.xs4all.nl 2847 [2001:888:2000:d::a6]:43856 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65782 On Mon, Feb 10, 2014 at 2:40 AM, Dennis Lee Bieber wrote: > Any opinion on Firebird? Just curiosity given how often the advice > seems to be "start with SQLite, avoid MySQL, end with PostgreSQL" No, because I've never used it. Has anyone here? What are its strengths and weaknesses? ChrisA