Skip to main content

A package to convert MS Access (.mdb, .accdb) into a SQL file (Optionally with It's data)

Project description

Version License paypal

AccessMySQLConverter

AccessMySQLConverter aims to provide a tool which converts MS Access database files (.mdb, .accdb) into a SQL file (compatible with PostgreSQL, MariaDB and MySQL) that can be run, generating It's structure (tables, ERM...) and It's data

Installation

To install it you must have Python 3.x installed and run in the command prompt

pip install --no-cache-dir --upgrade accessmysqlconverter

Run it

For executing the program run in the command prompt the following instruction

python -m accessmysqlconverter.application

Application Image

The tool is limited by the driver so after converting an Access Database you should look for:

  • Nullability of columns and Default values
  • Check ERM for missing 1:1, 1:N or N:N
  • Collation, character set
  • Foreign Keys ON DELETE actions

License

See LICENSE for more information

Donations

paypal

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accessmysqlconverter-2.0.0.tar.gz (35.3 kB view hashes)

Uploaded Source

Built Distribution

accessmysqlconverter-2.0.0-py3-none-any.whl (37.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page