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
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
Release files for accessmysqlconverter 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| accessmysqlconverter-2.0.0.tar.gz | 35.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| accessmysqlconverter-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 73.0 kB
Release files / accessmysqlconverter-2.0.0.tar.gz
| Download URL | accessmysqlconverter-2.0.0.tar.gz |
|---|---|
| Size | 35.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64d873752905a97e92ec821ccd0704d02eec613b5dedbb20cd0a171535d0dbc4
|
|
BLAKE2b-256 checksum How to use checksums |
27a6274d59353098b03fb7f8bbd6dcd18b58fd85598352042f72715c10cf8493
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
|
Release files / accessmysqlconverter-2.0.0-py3-none-any.whl
| Download URL | accessmysqlconverter-2.0.0-py3-none-any.whl |
|---|---|
| Size | 37.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d9a282bee8425227ea047f2ff3df3f3c55a68dd22076f754141b0604b7eea0c5
|
|
BLAKE2b-256 checksum How to use checksums |
45128d27af351a7e9026d572031ff6905f691aedb22ec0485b318c5200cb1242
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
|