Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4a.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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; "subject:' ": 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'seemed': 0.09; "developers'": 0.16; 'fork': 0.16; 'really?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sqlite': 0.16; 'subject:dates': 0.16; 'subject:sqlite3': 0.16; 'url:sqlite': 0.16; 'usable': 0.16; 'view)': 0.16; 'wow,': 0.16; 'proprietary': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'tests': 0.22; 'header:User-Agent:1': 0.23; 'paul': 0.24; 'header:X-Complaints- To:1': 0.27; 'point': 0.28; 'vendor': 0.30; 'code': 0.31; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'anyone': 0.31; 'subject: (': 0.35; 'test': 0.35; 'but': 0.35; 'licensed': 0.36; 'done': 0.36; "i'll": 0.36; 'url:org': 0.36; 'members.': 0.37; 'to:addr :python-list': 0.38; 'pm,': 0.38; '(from': 0.39; 'embedded': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'free': 0.61; 'url:about': 0.61; 'world.': 0.61; 'received:208': 0.61; 'different': 0.65; 'finance': 0.70; 'secret': 0.74; 'article': 0.77; 'domain,': 0.84; 'ethan': 0.84; 'furman': 0.84; 'plays': 0.84; 'trick,': 0.84; 'imagine': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: 'Lite' Databases (Re: sqlite3 and dates) Date: Fri, 20 Feb 2015 22:22:06 -0800 References: <4154cc37-0bb0-4bf2-a52c-b728c737357c@googlegroups.com> <54E517B4.4000409@stoneleaf.us> <87a908e0zh.fsf@jester.gateway.pace.com> <54E7B0DA.7060303@stoneleaf.us> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 208.80.65.156 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424499740 news.xs4all.nl 2879 [2001:888:2000:d::a6]:56648 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4622 X-Received-Body-CRC: 1197933736 Xref: csiph.com comp.lang.python:86017 In article <54E7B0DA.7060303@stoneleaf.us>, Ethan Furman wrote: > On 02/20/2015 01:17 PM, Paul Rubin wrote: > > > SQLite always seemed bloated (from the embedded NoSQL point of view) and > > fragile to me, and the vendor plays an annoying anti-forking trick, > > which is that the code is released but the developers' test suite is > > secret and proprietary (can be licensed from them for big bucks). > Wow, really? I had just started playing with it, but I don't think I'll > bother now. SQLite is one of the most widely-used, best-documented, best-tested, and well-respected software packages in the world. It is used all over by the place on many different platforms. The code, documentation, and some of the tests are in the public domain, freely usable and forkable by all (though I don't know why anyone would want to fork it). It is true that part of the test suite is only released free to SQLite consortium members. I imagine that is done as an incentive to help finance the on-going development and maintenance of SQLite. http://en.wikipedia.org/wiki/SQLite https://www.sqlite.org/about.html https://www.sqlite.org/testing.html https://www.sqlite.org/copyright.html -- Ned Deily, nad@acm.org