Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; "subject:' ": 0.07; 'migration': 0.09; 'postgresql,': 0.09; 'postgresql.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'stored': 0.12; 'cons': 0.16; 'edition.': 0.16; 'message-id:@web.de': 0.16; 'received:188.174': 0.16; 'received:80.91.229.3': 0.16; 'received :mnet-online.de': 0.16; 'received:plane.gmane.org': 0.16; 'sqlite': 0.16; 'subject:dates': 0.16; 'subject:sqlite3': 0.16; 'url:html)': 0.16; 'language': 0.16; 'header:User-Agent:1': 0.23; 'dll': 0.24; 'versions': 0.24; 'looks': 0.24; 'second': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'probably': 0.32; 'regular': 0.32; 'quite': 0.32; 'updated': 0.34; '"the': 0.34; 'subject: (': 0.35; "can't": 0.35; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'similar': 0.36; 'url:org': 0.36; 'should': 0.36; 'too': 0.37; 'two': 0.37; 'server': 0.38; 'to:addr:python-list': 0.38; '(from': 0.39; 'embedded': 0.39; 'itself': 0.39; 'pdf': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'ground': 0.60; 'middle': 0.60; 'charset:windows-1252': 0.65; 'between': 0.67; 'dvd': 0.78; 'hand': 0.80; 'ebook': 0.84; 'edition': 0.86 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Sibylle Koczian Subject: Re: 'Lite' Databases (Re: sqlite3 and dates) Date: Sat, 21 Feb 2015 11:44:24 +0100 References: <54e546b5$0$11119$c3e8da3@news.astraweb.com> <54e58ba8$0$11121$c3e8da3@news.astraweb.com> <4d7a8fd2-144a-4400-b012-1967f6deeded@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: ppp-188-174-174-32.dynamic.mnet-online.de User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424515482 news.xs4all.nl 2847 [2001:888:2000:d::a6]:55937 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86023 Am 20.02.2015 um 15:16 schrieb Dennis Lee Bieber: > > The middle-ground is probably something like the embedded version of > Firebird (pity there has been no updated book -- "The Firebird Book" came > out in 2004, v1.5 while 2.5 is current [Whoops, looks like there /is/ an > update, print-on-demand in three overpriced volumes]) > The second edition as PDF EBook is part of the IBPhoenix DVD (Developer Edition $100). But I can't find out from the website what that DVD contains in its current edition. It used to have Firebird itself and quite a lot of additional software and documentation. Firebird embedded has no network access and multi-user capabilities at all if I read the documentation correctly (http://www.firebirdsql.org/manual/ufb-cs-embedded.html). But "A Firebird embedded server DLL can also be used as a network client" to a regular Firebird server (from the same page). On the other hand triggers and stored procedures should work exactly like the client/server versions (and the procedure language is pretty similar to PostgreSQL, so migration between these two isn't too difficult). So this is a middle ground with other pros and cons than SQLite versus PostgreSQL.