Re: Seeking book recommendations

From: Marc Tardif <intmktg_at_Gloria.CAM.ORG>
Date: 2000/07/15
Message-ID: <Pine.LNX.4.10.10007151445170.2370-100000_at_Gloria.CAM.ORG>#1/1


> My boss decided he wants to write his own database engine in C++ and
> asked me to seek out the titles of advanced books on the subject. Any
> recommendations?

What kind of functionality does he need in this database engine? concurrency, tables, boolean queries, triggers, etc...

If the objective here is to write a database engine which is lighter than what's currently on the market for basic queries, the answer could be right around the corner: use some db lib, like gdbm or berkeley db. Of course, these are written in C, but the later offers a C++ API which can come in handy (don't know about the former).

The more details you give about the project, the more details the newsgroup can give about a solution or book recommendation. Received on Sat Jul 15 2000 - 00:00:00 CEST

Original text of this message