Metadata-Version: 2.1
Name: accessmysqlconverter
Version: 2.0.0
Summary: A package to convert MS Access (.mdb, .accdb) into a SQL file (Optionally with It's data)
Home-page: https://github.com/miguel93041/accessmysqlconverter/
Author: miguel93041
Author-email: miguel.granel.f@gmail.com
License: UNKNOWN
Description: [![Version](https://img.shields.io/badge/version-2.0.0-brightgreen)](https://github.com/miguel93041/accessmysqlconverter)
        [![License](https://img.shields.io/badge/license-GPL-blue.svg?style=flat)](https://github.com/miguel93041/accessmysqlconverter/blob/master/LICENSE)
        [![paypal](https://www.paypalobjects.com/en_US/ES/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=N8EGU933CPFV8)
        
        # 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](https://i.gyazo.com/12b7d363894abfd367e06c048710d4a2.png)
        
        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](LICENSE.gpl) for more information
        
        ## Donations
        [![paypal](https://www.paypalobjects.com/en_US/ES/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=N8EGU933CPFV8)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
