Skip to content

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

License

Notifications You must be signed in to change notification settings

techbrew-mc/mdb-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mdb-sqlite

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.

This repository was created to fork and maintain the original abandoned code on https://code.google.com/p/mdb-sqlite/

Usage

To compile, run:

mvn package

This will create a standalone jar in target/mdb-sqlite-{#}.one-jar.jar

To convert a database file:

java -jar target/mdb-sqlite-{#}.one-jar.jar source.mdb output.sqlite

Changes

1.0.3 Release

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 ( Issue #2 )

  • Add support for converting indexes ( Issue #3 )

1.0 Release

  • Initial Release

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages