From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 01:11:48 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 EF12F37B404 for ; Sun, 22 Jun 2003 01:11:48 -0700 (PDT) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56CB43F75 for ; Sun, 22 Jun 2003 01:11:47 -0700 (PDT) (envelope-from chive@cox.net) Received: from anoat.phoenix.net ([68.98.91.5]) by fed1mtao03.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030622081142.CPUR6233.fed1mtao03.cox.net@anoat.phoenix.net> for ; Sun, 22 Jun 2003 04:11:42 -0400 Received: from anoat.phoenix.net (chive@localhost [127.0.0.1]) by anoat.phoenix.net (8.12.9/8.12.9) with ESMTP id h5M8BkWW003244 for ; Sun, 22 Jun 2003 01:11:46 -0700 (MST) (envelope-from chive@anoat.phoenix.net) Received: (from chive@localhost) by anoat.phoenix.net (8.12.9/8.12.9/Submit) id h5M8Bk9K003243 for FreeBSD-Questions@freebsd.org; Sun, 22 Jun 2003 01:11:46 -0700 (MST) Date: Sun, 22 Jun 2003 01:11:46 -0700 From: Nicolas Galler To: FreeBSD-Questions@freebsd.org Message-ID: <20030622081146.GA3153@anoat.phoenix> Mail-Followup-To: FreeBSD-Questions@freebsd.org References: <20030621193008.V44845-100000@ren.sasknow.com> <200306212253.47869.dkelly@HiWAAY.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306212253.47869.dkelly@HiWAAY.net> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) 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 08:11:49 -0000 On Sat, Jun 21, 2003 at 10:53:47PM -0500, David Kelly wrote: > On Saturday 21 June 2003 08:45 pm, Ryan Thompson wrote: > > > > As far as defining less tangible goals, though, "I want to learn > > ${X}" is a valid goal. > > And there is nothing quite as motivating as a task *you* want to do. > Especially compared against "class assignment" or something the boss > thinks should be done. > If you want to use SQL, gadfly is a tiny sql server - no config to do and easy to use. AFAIK you can only use it from Python though. Nick