@aux4/mdb

0.0.2 • Public • Published

@aux4/mdb

Parse MS Access mdb file

npm

Install

npm install -g @aux4/mdb

Usage

aux4-mdb <command> [options]
  tables   list tables
             - file mdb file
             - password mdb password
             - normalTables [true] list normal tables
             - systemTables [false] list system tables
             - linkedTables [false] list linked tables
             - showCount [false] show row count
    desc   describe table
             - file mdb file
             - password mdb password
             - table table name
    data   get table data
             - file mdb file
             - password mdb password
             - table table name
             - columns columns comma separated
             - offset offset
             - limit limit

Readme

Keywords

Package Sidebar

Install

npm i @aux4/mdb

Homepage

aux4.io

Weekly Downloads

3

Version

0.0.2

License

Apache-2.0

Unpacked Size

684 kB

Total Files

10

Last publish

Collaborators

  • aux4-dev