*BSD News Article 94392


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!fjholden.OntheNet.com.au!not-for-mail
From: Tony Griffiths <tonyg@OntheNet.com.au>
Newsgroups: comp.infosystems.www.misc,comp.infosystems.www.servers.unix,comp.lang.c,comp.unix.bsd.freebsd.misc,comp.unix.programmer,comp.databases,comp.databases.ms-sqlserver,comp.databases.oracle.server,comp.databases.oracle.misc
Subject: Re: Advice needed on large database project
Date: Fri, 25 Apr 1997 16:31:58 +1000
Organization: On the Net (ISP on the Gold Coast, Australia)
Lines: 19
Message-ID: <33604FDE.5DA9@OntheNet.com.au>
References: <5jo09j$20o$1@news.enterprise.net>
Reply-To: tonyg@OntheNet.com.au
NNTP-Posting-Host: swanee.nt.com.au
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (WinNT; I)
To: Rich Burton <rburton@rohms.com>
Xref: euryale.cc.adfa.oz.au comp.infosystems.www.misc:49403 comp.infosystems.www.servers.unix:29121 comp.lang.c:206895 comp.unix.bsd.freebsd.misc:39698 comp.unix.programmer:53500 comp.databases:60410 comp.databases.ms-sqlserver:17649 comp.databases.oracle.server:7364 comp.databases.oracle.misc:5993

Rich Burton wrote:
> 
> Can anyone recommend a good, solid SQL server/web development system
> that runs on BSDI or FreeBSD?

MiniSQL (mSQL) v1 is nice and solid, but is rather limited in data types
(ints and strings only) and keys (single primary key only).

Version 2 is in beta FT and it is certainly more functional, but it
might be stretching a point to say "solid" not having tried it out
myself!  This I will be doing shortly...

There are other commercial db's for which you will pay a lot more than
mSQL but I can't make any recommendations not having tried any.

Look in the packages area of the FreeBSD distributions
(ftp://ftp.freebsd.org/) under databases...

Tony