Date: Tue, 16 Sep 2003 19:09:02 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Gerald S Stoller <gs_stoller@juno.com> Cc: freebsd-questions@freebsd.org Subject: Re: relational data base Message-ID: <20030916070902.GA9005@grimoire.chen.org.nz> In-Reply-To: <20030915.115409.-25629.1.GS_Stoller@juno.com> References: <20030915.115409.-25629.1.GS_Stoller@juno.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 14, 2003 at 02:17:14PM -0400, Gerald S Stoller wrote: > I have read some stuff stating that there is code to handle a > relational data base in FreeBSD . Where can I find some documentation > for this? What do I call to use this feature and how do I pass it a > (sql) program? How do I receive the results? Maybe there is a package > group (or port group) that i should contact? There are quite a few relational databases available in the ports systems, the most popular being PostgreSQL and MySQL, which you can install. Both come with programming interfaces in several languages: C++, Java, C, etc. Documentation available on their respective web-sites (or via port installations). -- Jonathan Chen <jonc@chen.org.nz> ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030916070902.GA9005>