Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoregon.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!news.sprintlink.net!in1.uu.net!EU.net!sun4nl!oce.nl!ns.via.nl!ns!beheer From: beheer@ns.via.nl (Beheer VIA) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Database management in FreeBSD Date: 8 Sep 1995 12:27:35 +0200 Organization: VIA Lines: 18 Message-ID: <beheer.810555929@ns> References: <42fgqd$4d9@sparky.servicom.es> NNTP-Posting-Host: localhost.via.nl Antonio Navarro Navarro <bemar@servicom.es> writes: >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.... Did you take a look at GNU-dbm? (GDBM). It works great for me on linux, sunos4 and hp-ux. I'd expect it to run fine on freebsd as well. It's very easy to use and pretty quick. Check it out at any GNU-mirror. The documentation is only 10 pages or so, but really contains all you'll ever need. If you have any questions, feel free to email me. Frank Ederveen frank@via.nl