From owner-freebsd-questions Mon Mar 18 19:07:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA26040 for questions-outgoing; Mon, 18 Mar 1996 19:07:31 -0800 (PST) Received: from rk.ios.com (rk.ios.com [198.4.75.55]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA26032 for ; Mon, 18 Mar 1996 19:07:20 -0800 (PST) Received: (from rashid@localhost) by rk.ios.com (8.6.11/8.6.9) id WAA00773; Mon, 18 Mar 1996 22:07:20 -0500 From: Rashid Karimov Message-Id: <199603190307.WAA00773@rk.ios.com> Subject: Re: Shareware UNIX/SQL database?? To: mikec@mediacity.com (Mike Coffey & Yvonne Shevnin) Date: Mon, 18 Mar 1996 22:07:20 -0500 (EST) Cc: questions@freebsd.org In-Reply-To: <314DF724.1E33@mediacity.com> from "Mike Coffey & Yvonne Shevnin" at Mar 18, 96 03:52:04 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Hello FreeBSDers: > > Do you guys know of a shareware (or cheap) UNIX/SQL database? > Just something to start an inexpensive system with that could be replaced > later with Informix, etc. File sizes would be small and performance will > not initially be an issue. > > The use would be for a small web database application. Are any of you > guys building Intranets yet? Live in the South Bay? Interested in web > database app/Intranet work? You can try Postgres95 or mSQL. The later one is very light and implements only small subset of SQL , the former one is much more powerful and extensible. The only problem with the first one is that to my knowledge all development on it was canceled ( grant issue). Both have Perl modules , so one can very nicely build 'em into cgi-bin scripts. Apache ppl were even talking about building in native mSQL support into their HTTP server. Rashid.