I'm sure Chris has his own TODO list, but the one thing I'd really like
to see soon is making the database not be OS dependant.  As it is
a database created on, say, an HP/Apollo, is incompatable with
one created on an HP-UX machine.  Probably has to do with writing
binary data directly to the database.  Need to pick a generic format
for integers and provide OS-dependent conversion functions
or macros, I'm guessing.

