🍺 BREW Explorer

← all formulae

mdbtools

brew install mdbtools v1.0.1_1 GPL-2.0-or-later

Tools to facilitate the use of Microsoft Access databases

953
30-day installs · #1329
1.8k
90-day · #1674
4.4k
365-day · #2054
1.2k
★ GitHub stars · updated 7mo ago

Runtime dependencies

Build dependencies

GitHub topics

accdb access mdb ms-access odbc odbc-driver

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "bison",
    "gawk",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "glib",
    "readline",
    "unixodbc",
    "gettext"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Tools to facilitate the use of Microsoft Access databases",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:26+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "mdbtools",
  "github_default_branch": "dev",
  "github_last_commit_at": "2026-01-17T17:20:50Z",
  "github_readme_excerpt": "[![Build Status](https://github.com/mdbtools/mdbtools/workflows/build/badge.svg)](https://github.com/mdbtools/mdbtools/actions)\n[![Build status](https://ci.appveyor.com/api/projects/status/22wwy5d0rrmk6e3c/branch/dev?svg=true)](https://ci.appveyor.com/project/evanmiller/mdbtools/branch/dev)\n[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/mdbtools.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened\u0026can=1\u0026q=proj:mdbtools)\n\nWelcome to the exciting world of MDB Tools! MDB Tools is a set of programs to\nhelp you extract data from Microsoft Access files in various settings. See the\n[NEWS](./NEWS) file for information about the latest release.\n\n## Components\n\nThe major pieces of MDB Tools are:\n\n### libmdb\n\nThe core library that allows access to MDB files programatically. See [mdbtools.h](./include/mdbtools.h.in) for the complete API.\n\n### libmdbsql\n\nBuilds on libmdb to provide a SQL engine (aka Jet). See [mdbsql.h](./include/mdbsql.h) for the complete API.\n\n### utils\n\nProvides command line utilities, including:\n\n| Command | Description |\n| ------- | ----------- |\n| `mdb-ver` | Prints the version (JET 3 or 4) of an mdb file. |\n| `mdb-schema` | Prints DDL for the specified table. |\n| `mdb-export` | Export table to CSV or SQL formats. |\n| `mdb-json` | Export table to JSON format. |\n| `mdb-tables` | A simple dump of table names to be used with shell scripts. |\n| `mdb-count` | A simple count of number of rows in a table, to be used in shell scripts and ETL pipelines. |\n| `mdb-sql` | A simple SQL engine (also used by ODBC and gmdb). |\n| `mdb-queries` | List and print queries stored in the database. |\n| `mdb-hexdump`\\* | (in [src/extras](./src/extras)) Simple hex dump utility to look at mdb files. |\n| `mdb-array`\\* | Export data in an MDB database table to a C array. |\n| `mdb-header`\\* | Generates a C header to be used in exporting mdb data to a C prog. |\n| `mdb-parsecsv`\\* | Generates a C program given a CSV file made with mdb-export. ",
  "github_repo": "mdbtools/mdbtools",
  "github_stars": 1155,
  "github_topics": [
    "accdb",
    "access",
    "mdb",
    "ms-access",
    "odbc",
    "odbc-driver"
  ],
  "homepage": "https://github.com/mdbtools/mdbtools/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 953,
  "installs_365d": 4351,
  "installs_90d": 1817,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "mdbtools",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1329,
  "rank_365d": 2054,
  "rank_90d": 1674,
  "raw_hash": "4df0ed124a5bd8fe",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/m/mdbtools.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "flex": "build"
    }
  ],
  "version_head": null,
  "version_stable": "1.0.1",
  "versioned_formulae": [],
  "why_use_this": null
}