This package browser is in early development. Mind the rough edges.

mdbtools

Read Microsoft Access databases

MDB Tools is a set of tools and applications to read the proprietary MDB file format used in Microsoft's Access database package. This includes programs to export schema and data from Microsoft's Access database file format to other databases such as MySQL, Oracle, Sybase, PostgreSQL, etc., and an SQL engine for performing simple SQL queries.

Installation

Install the latest version of mdbtools as follows:

guix install mdbtools

Or install a particular version:

guix install mdbtools@0.7.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of mdbtools about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/mdbtools'><img src='https://packages.guix.gnu.org/packages/mdbtools/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mdbtools/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/mdbtools)

Example Org:

[[https://packages.guix.gnu.org/packages/mdbtools][https://packages.guix.gnu.org/packages/mdbtools/badges/latest-version.svg]]