From owner-freebsd-questions@FreeBSD.ORG Sat Jun 21 18:45:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 412B637B401 for ; Sat, 21 Jun 2003 18:45:03 -0700 (PDT) Received: from priv-edtnes04.telusplanet.net (outbound02.telus.net [199.185.220.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6974543F3F for ; Sat, 21 Jun 2003 18:45:02 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([207.6.229.118]) by priv-edtnes04.telusplanet.net ESMTP <20030622014501.JWOW28759.priv-edtnes04.telusplanet.net@njamn8or>; Sat, 21 Jun 2003 19:45:01 -0600 Date: Sat, 21 Jun 2003 18:44:50 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Rod Person In-Reply-To: <20030621211115.6deeb051.roddierod@hotpop.com> Message-ID: <20030621183221.L3508@njamn8or.no-ip.org> References: <20030621211115.6deeb051.roddierod@hotpop.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "freebsd-questions@freebsd.org" Subject: Re: Small Database Software Recommendation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 01:45:03 -0000 On Sat, 21 Jun 2003, Rod Person wrote: > Hi Guys, > > I'm looking for a small database application to create a database of all > may dvds and cds. I think mysql my be too much overkill, since it would > be running on my laptop. Any suggestions. If that's all you're using it for you don't need anything more than a simple formatted text file that can be queried by any perl, awk or shell script. Cheers, Viktor