mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
README update: mdb-dump is in extra
Thanks scottfurry Closes github issue #50
This commit is contained in:
parent
dfd752ec02
commit
95cf90d8ea
5
README
5
README
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user