*BSD News Article 50721


Return to BSD News archive

#! rnews 1070 bsd
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!newsfeed.internetmci.com!howland.reston.ans.net!math.ohio-state.edu!news.cyberstore.ca!van-bc!fonorola!uniserve1!usenet
From: tom@uniserve.com (Tom Samplonius)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Database management in FreeBSD
Date: 9 Sep 1995 23:58:28 GMT
Organization: UNIServe Online
Lines: 18
Message-ID: <42t9n4$mr2@enigma.uniserve.com>
References: <42fgqd$4d9@sparky.servicom.es>
NNTP-Posting-Host: pc.sdf.com
Mime-Version: 1.0
X-Newsreader: WinVN 0.99.2

In article <42fgqd$4d9@sparky.servicom.es>, bemar@servicom.es says...
>
>Hello !
>
>I am building an application in C under FreeBSD 2.0.5, Do you know about 
how to manage a big 
>database (about 2.000 records) ? I am looking for a library or tools for 
develope the program and 
>access quickly to the database....

  A 2000 record database is a small database.

  You might want to look at 'db'.  Just type 'man db'.

  BTW, 'db' is used by the pasword file system too.

Tom