From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-82143-garchives=archives.gentoo.org@lists.gentoo.org>) id 1KJOP6-0004dj-Od for garchives@archives.gentoo.org; Thu, 17 Jul 2008 07:59:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5940EE048B; Thu, 17 Jul 2008 07:59:55 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by pigeon.gentoo.org (Postfix) with ESMTP id 32B7CE048B for <gentoo-user@lists.gentoo.org>; Thu, 17 Jul 2008 07:59:55 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c28so128121ana.47 for <gentoo-user@lists.gentoo.org>; Thu, 17 Jul 2008 00:59:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qhDjPuTrsDXBPj0m1IKeN+JQszSw7x5Qog7shE0PSME=; b=SB6JlAbQuxnPPQ0Moin6e8W7MNJG7faJQzF3nNb2g0hMALmAR8DIAG0FS899iDDhiO H0HNfyc6706zlgVcJb+Ojq6l+0RuEufUR9J9mVP3/VyTay8u4BRfIlydm8MCkh3MWqlc wFYtaqJDxyY8j9BiT4szstU2XmMNu3SAcEYuA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Rl+bmC7h1eSC62bMExYWVVZGo/AHiuoENDlV4vdyNJSdNzDnNKvmNfOWw6VCiyVqmX oEwG8qPioyxyW1HcPx2nx05pzHZOolQByFsBT7cmBrHXLYBgjBXIMyipbjSOIWyIcgqA mCdaYkBhkhqCcLmR20lDjukZwI2ivEkIjQ9gE= Received: by 10.100.248.14 with SMTP id v14mr2330278anh.101.1216281594760; Thu, 17 Jul 2008 00:59:54 -0700 (PDT) Received: by 10.100.165.7 with HTTP; Thu, 17 Jul 2008 00:59:54 -0700 (PDT) Message-ID: <79e3aefb0807170059y3a8f81ccqe6d6e9e61ac46b27@mail.gmail.com> Date: Thu, 17 Jul 2008 09:59:54 +0200 From: "Dirk Uys" <dirkcuys@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Good Library Management software In-Reply-To: <D2CA83CD-E508-42FF-A88F-471F64C0749A@stellar.eclipse.co.uk> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <487B3B45.3070709@gmail.com> <487B4131.2080409@gmail.com> <D2CA83CD-E508-42FF-A88F-471F64C0749A@stellar.eclipse.co.uk> X-Archives-Salt: b309ff0c-87a1-4e30-b528-f81fdeef8d5b X-Archives-Hash: 468b7d2054343d10d453a902f93673b2 On Wed, Jul 16, 2008 at 9:49 PM, Stroller <stroller@stellar.eclipse.co.uk> wrote: > > The screenshots of this look really nice, however to me this seems like a > really odd motivation for writing a program: > > I started developing it when I couldn't find a personal database > program for KDE which didn't using a SQL backend. > > What's wrong with an SQL backend that needs you to re-invent the wheel? I'm > not saying there's a better collection manager out there, or that the > author's in the wrong for doing it the way he has. But it just seems a > little odd, and I'd love for him to explain his reasons more fully. > > Stroller. > > -- > gentoo-user@lists.gentoo.org mailing list > I personally have a problem running a SQL server just so that some app that I use every now and then can store its data. I don't print that often, so why would I have the CUPS daemon running 24/7 when I print a page once every two weeks? Other than that there is also the added complexity to the installation. You have to create a user in the database, create the database and grant the user all the needed permission to that specific database. And what if one app prefers mySQL and another one postgreSQL? Now I need to run two database servers that will be quite capable to fill the data needs of two small businesses just because I want to use a music player and a library utility for my ~50 books laying around. The app should at least give you the option to use somethings else like SQLlite. But, that is just my viewpoint and I felt like I had to defend the developers motivation. Regards Dirk -- gentoo-user@lists.gentoo.org mailing list