Skip to main content

Converter from *.accdb/*.mdb to PostgreSQL *.sql

Project description

acc2psql

Convert Microsoft Access *.accdb or *.mdb into *.sql PostgreSQL format

I believe in MS Access regarding its fast prototyping of relational database. You probably are not going to use MS Access in production environment due to its file based and single user restriction. But in a prototyping phase, MS Acces is one tool that is hard to beat!

Quick and easily prototype your database using MS Access, once satisfied, use this tool to convert said database into PostgreSQL DDL. You can either save it to *.sql file, dump it to console or directly execute it to PostgreSQL instance

If you use Django, you can then run python manage.py inspectdb to turn generated tables into Django models and .. voila, you can skip manually coding tedious Django models yourselves!

pip install acc2sql
python -m acc2sql --src someawesomedatabase.accdb --dump
python -m acc2sql --src someawesomedatabase.accdb --out saveto.sql
python -m acc2sql --src someawesomedatabase.accdb --host localhost --username user --password password --db db

#if you use django
python manage.py inspectdb

This package is still in early development, I may add more database source / target along the way. You can also use this to any tool necessary: for example, I am thinking to use this as PyCharm Extension.. that will be awesome!

Eko - Founder and CEO

Remote Worker Indonesia / LinkedIn / Facebook / Instagram / Twitter

Youtube: Everybody can code!

Spotify: Everybody can code!

swdev.balI@gmail.com

Project details


Download files

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

Source Distribution

acc2psql-0.0.8.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

acc2psql-0.0.8-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file acc2psql-0.0.8.tar.gz.

File metadata

  • Download URL: acc2psql-0.0.8.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.6

File hashes

Hashes for acc2psql-0.0.8.tar.gz
Algorithm Hash digest
SHA256 eab5c19e1f6a9f9c3a39471b03328d61bca81aa6bfd416a98c167a00c0b2a7d7
MD5 331cbdf8386877fc8f56bb368a783b5a
BLAKE2b-256 fa1e53d10637772d2482b857f39d4dae7e9e90af732d85e238b9db9727ec64fb

See more details on using hashes here.

File details

Details for the file acc2psql-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: acc2psql-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.6

File hashes

Hashes for acc2psql-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 81ae18a41b97e858777b782b6698544a00e39f25989a189a22ed6a06ab95d529
MD5 689999318f9d9e398e9e8365705dc738
BLAKE2b-256 76ae7faa21f756b443fb4b9d4114e6b1f2125608c51a9354f337e28775b35b3f

See more details on using hashes here.

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