Sign inSign up

zack/mdb-sqlite

By zack

Updated almost 9 years ago

mdb-sqlite, Automatically exported from code.google.com/p/mdb-sqlite

Image
0

10K+

zack/mdb-sqlite repository overview

mdb-sqlite

Automatically exported from code.google.com/p/mdb-sqlite

Description

Provides automated conversion of MS Access 2000 databases to SQLite on any platform, utilizing Jackcess and SQLite Java libraries. No native driver required.

MDB-SQLite is used by Plausible Labs to read government-supplied Access databases.

Usage

To compile, run:

$ ant dist

This will create a standalone jar in dist/mdb-sqlite.jar

To convert a database file:

$ java -jar dist/mdb-sqlite.jar source.mdb output.sqlite

Changes

1.0.2 Release

  • Prefix index names with the table names to prevent name conflicts when converting indixes.

1.0.1 Release

  • Work-around around the SQLite JDBC drivers lack of support for boolean values

  • Add support for converting indexes

1.0 Release

  • Initial Release

Tag summary

Content type

Image

Digest

Size

70.6 MB

Last updated

almost 9 years ago

docker pull zack/mdb-sqlite