mdb-parsecsv
JET / MS Access database (MDB) tools
Install
- All systems
-
curl cmd.cat/mdb-parsecsv.sh
- Debian
-
apt-get install mdbtools
- Ubuntu
-
apt-get install mdbtools
- Kali Linux
-
apt-get install mdbtools
- Fedora
-
dnf install mdbtools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mdbtools
- OS X
-
brew install mdbtools
- Raspbian
-
apt-get install mdbtools
- Dockerfile
- dockerfile.run/mdb-parsecsv
mdbtools
JET / MS Access database (MDB) tools
These are various tools for manipulating JET / MS Access database (MDB) files: * utils - provides command line utilities to list tables, export schema, and data, show file versions, and other useful stuff. * mdb-sql - a command line SQL tool that allows one to type SQL queries and get results.