Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/genndy007/database-converter

Desktop utility for filling SQLite database, export it to Postgres and MySQL. Written with Python.
https://github.com/genndy007/database-converter

mysql orm peewee poetry postgresql pyqt5 python raw-sql rst sqlite

Last synced: about 16 hours ago
JSON representation

Desktop utility for filling SQLite database, export it to Postgres and MySQL. Written with Python.

Awesome Lists containing this project

README

        

====
Using SQLite, MySQL, PostgreSQL with Python3
====

Task
====
Create information system with Python and Desktop GUI, databases SQLite, MySQL, PostgreSQL.

Topic
====
Option 13: information system for computer hardware firm

* presence of hw
* customers
* suppliers

Details
====
1. Create database 1 (SQLite)
2. Implement CRUD for db 1
3. Implement export of db1 to db2 (PostgreSQL)
4. Implement export of db2 to db3 (MySQL) with:
* fields exported: 3
* field changed: 3