Add mdb-queries to README [CI SKIP]

This commit is contained in:
Evan Miller 2020-09-01 22:54:39 -04:00
parent 9a0abb43ae
commit b0afc9f2f6

View File

@ -25,6 +25,7 @@ the 0.7/0.8 days:
- [x] GLib is now optional
- [x] Improved ODBC compliance
- [x] Continuous integration with Travis and AppVeyor
- [x] New `mdb-queries` tool
The rest of this README explains what you can find in the project, how to
install it, and how to contribute.
@ -55,6 +56,7 @@ Provides command line utilities, including:
| `mdb-header` | Generates a C header to be used in exporting mdb data to a C prog. |
| `mdb-parsecsv` | Generates a C program given a CSV file made with mdb-export. |
| `mdb-sql` | A simple SQL engine (also used by ODBC and gmdb). |
| `mdb-queries` | List and print queries stored in the database. |
| `prcat` | Prints the catalog table from an mdb file. |
| `prkkd` | Dump of information about design view data given the offset to it. |
| `prtable` | Dump of a table definition. |