Package mdbtools

Access data stored in Microsoft Access databases

https://github.com/mdbtools/mdbtools/

MDB Tools is a suite of programs for accessing data stored in Microsoft
Access databases.

Version: 1.0.0

General Commands

mdb-array Export data in an MDB database table to a C array.
mdb-count Get listing of tables in an MDB database
mdb-export Export data in an MDB database table to CSV format.
mdb-header Write header file from an MDB database
mdb-hexdump Hexdump utility from MDB Tools
mdb-import Import CSV data into an MDB database.
mdb-json Export data in an MDB database table to JSON.
mdb-parsecsv Convert CSV table dump into C file.
mdb-prop Get properties list from MDB database
mdb-queries Get listing of tables in an MDB database
mdb-schema Generate schema creation DDL
mdb-sql SQL interface to MDB Tools
mdb-tables Get listing of tables in an MDB database
mdb-ver Return the format of a given MDB database.