Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.048 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sqlite': 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; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'external': 0.29; 'message- id:@mail.gmail.com': 0.30; 'apparently': 0.31; 'easy,': 0.31; 'go.': 0.31; 'checked': 0.32; 'sources': 0.33; 'there,': 0.34; 'subject:the': 0.34; 'received:google.com': 0.35; 'subject:?': 0.36; 'pm,': 0.38; "you're": 0.61; 'confusion.': 0.84; 'subject:SQL': 0.84; 'subject:recommended': 0.84; 'thing,': 0.91; '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=/jCtAIdccrmlb5qJy7FmFJHY0yfqQvy6mGAMFYm9Tj4=; b=AmAA1wtWfY1/3MTjyUOLvI/06qubN8cGFwtr9iWTZNjcxAE1ngOgwo/WumGYs2bkJQ +eSEujtUURsMfrH7d8BKRPGwB1cTp9QMaT+0msT7gcU4SZccSEAYfevyRwcrAIlYxuCH y3qy5JX0GgX6lnFSwYRLE+qHHLtR9oKIJc7B8MSKPWSisEwZGBYVm+S9hlRWGadcBJIO U/yttSDmh3JbxwkGOCTWDQDhHwxHAPrXECyTOnhPSItzIJqBZavzxxB+qTE4vBTE0aJZ wFRcuU9E+BHNEq9SyItkKk732ZTs5lrgacOAHwcSOfnnE+SLedmwfs8TgR2ztruJPy8e ENMg== MIME-Version: 1.0 X-Received: by 10.66.164.229 with SMTP id yt5mr19569226pab.67.1391948036373; Sun, 09 Feb 2014 04:13:56 -0800 (PST) In-Reply-To: References: Date: Sun, 9 Feb 2014 23:13:56 +1100 Subject: Re: What is the recommended python module for SQL database access? From: Chris Angelico Cc: python-list 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391948044 news.xs4all.nl 2930 [2001:888:2000:d::a6]:47161 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65746 On Sun, Feb 9, 2014 at 11:04 PM, Marcel Rodrigues wrote: > I just checked in the Python sources and apparently you're right about > SQLite3. The Python distribution includes pysqlite which seems to be a > self-contained SQLite engine. No external dependencies. Sorry for the > confusion. Comes to the same thing, anyhow. If anything, that strengthens your original point: it's easy, it's right there, you can give it a go. ChrisA