mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Add mdb-queries to README [CI SKIP]
This commit is contained in:
@@ -25,6 +25,7 @@ the 0.7/0.8 days:
|
|||||||
- [x] GLib is now optional
|
- [x] GLib is now optional
|
||||||
- [x] Improved ODBC compliance
|
- [x] Improved ODBC compliance
|
||||||
- [x] Continuous integration with Travis and AppVeyor
|
- [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
|
The rest of this README explains what you can find in the project, how to
|
||||||
install it, and how to contribute.
|
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-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-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-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. |
|
| `prcat` | Prints the catalog table from an mdb file. |
|
||||||
| `prkkd` | Dump of information about design view data given the offset to it. |
|
| `prkkd` | Dump of information about design view data given the offset to it. |
|
||||||
| `prtable` | Dump of a table definition. |
|
| `prtable` | Dump of a table definition. |
|
||||||
|
Reference in New Issue
Block a user