/access2sqlite

convert access database to sqlite

Primary LanguagePython

Table of Contents generated with DocToc

access2sqlite

Import access databases into SQLITE

Requirements

docker must be installed

Installation

git clone https://github.com/serioca/access2sqlite
cd access2sqlite
./docker-build
cp [your-access-db-file].mdb ./data
cp [another-access-db-file].mdb ./data
./docker-run

the tool will create for each [file].mdb present in the directory ./data a new converted [file].sqlite :

[your-access-db-file].sqlite

[another-access-db-file].sqlite