README update: mdb-dump is in extra

Thanks scottfurry
Closes github issue #50
This commit is contained in:
Nirgal Vourgère 2014-05-02 14:52:27 +02:00
parent dfd752ec02
commit 95cf90d8ea

5
README
View File

@ -8,8 +8,6 @@ pieces are:
. libmdbsql - builds on libmdb to provide a SQL engine (aka Jet)
. utils - provides command line utilities:
mdb-ver -- prints the version (JET 3 or 4) of an mdb file.
mdb-dump -- simple hex dump utility that I've been using to look
at mdb files.
mdb-schema -- prints DDL for the specified table.
mdb-export -- export table to CSV format.
mdb-tables -- a simple dump of table names to be used with shell
@ -32,6 +30,9 @@ pieces are:
Allows one to use MDB files with PHP for example.
. gmdb2 - The Gnome MDB File Viewer and debugger. Still alpha, but making
great progress.
. extras - extra command line utilities
mdb-dump -- simple hex dump utility that I've been using to look
at mdb files.
If you are interested in helping, read the HACKING file for a description of
where the code stands and what has been gleened of the file format.