openbsd-ports/databases/mdbtools/pkg/DESCR
ajacoutot d631bd19d5 Update to mdbtools-1.0.0.
The GUI is now in another project (https://github.com/mdbtools/gmdb2) if
anyone is interested.
2021-10-30 07:02:01 +00:00

10 lines
498 B
Plaintext

MDB Tools is a set of programs to help you use Microsoft Access files
in various settings.
. libmdb - the core library that allows access to MDB files programatically.
. libmdbsql - builds on libmdb to provide a SQL engine (ala Jet)
. utils - provides command line utilities to list tables, export schema,
and data, show the version of the files, and other useful stuff.
. mdb-sql - a command line SQL tool that allows one to type sql queries and
get results.