From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qy0-f172.google.com (mail-qy0-f172.google.com [209.85.221.172]) by speech.braille.uwo.ca (Postfix) with ESMTP id 9361910C3D for ; Fri, 23 Oct 2009 12:42:40 -0400 (EDT) Received: by qyk2 with SMTP id 2so6264572qyk.21 for ; Fri, 23 Oct 2009 09:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :in-reply-to:references:comments:date; bh=IeRo2JYtTFb3PHn77uzshCLPUJdJuXrVpTeleO4NHEs=; b=vekkRwmmlW/m04L5jgyJ/nvGqkygvB60h5i1TmtPCoyfygaMs9Ct9hCnblqfVnwMk9 k19alDp7HSrDSRSZk6oslAhepDzbqVEUHhpeW7X4BuHsxJjUJFiwPJ6vewMIrbHBWuky zwuJdnpANDIJF2YFoIDu7+p7VPVvzoZC7B4d8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:in-reply-to:references:comments:date; b=puw33dw9Rz8Gkadjmpx0aDD3L20OyonYlnyD3gKHyLds869OJ6sTx6PxYsU8voUPFF eoj1ObYOcE5246Sxc1Sk6lLqgLYQpbnU4cMw4mE38xAo9Mq7Xcl/OeKieEb9BTKKvfl8 figPx6Zq08orUNme1/E2Q8CqVXVVtnps4zogE= Received: by 10.224.84.133 with SMTP id j5mr5583722qal.149.1256316159684; Fri, 23 Oct 2009 09:42:39 -0700 (PDT) Received: from localhost (ip24-253-221-18.ok.ok.cox.net [24.253.221.18]) by mx.google.com with ESMTPS id 6sm2266625qwk.54.2009.10.23.09.42.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 09:42:38 -0700 (PDT) Message-ID: <4ae1dcfe.86c3f10a.2e00.66ec@mx.google.com> From: Chris Brannon To: "Speakup is a screen review system for Linux." Subject: Re: Database software In-reply-to: <20091023163824.GA11629@Betsy> References: <20091023135626.GA4007@Betsy> <20091023161636.GC22941@gmx.net> <20091023163824.GA11629@Betsy> Comments: In-reply-to David Sexton message dated "Fri, 23 Oct 2009 06:38:24 -1000." Date: Fri, 23 Oct 2009 11:42:42 -0500 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 16:42:41 -0000 David Sexton wrote: > does anyone use mysql for their address book, cd collection, and so on? I'd be shocked if someone did. If you want to store this sort of thing in a relational database, then sqlite would be a very good fit. As for myself, I put these sorts of things into text files under ~/personal. -- Chris