Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/genndy007/database-converter
- Owner: genndy007
- License: mit
- Created: 2022-05-27T15:29:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T21:41:59.000Z (over 2 years ago)
- Last Synced: 2024-11-27T15:42:02.360Z (2 months ago)
- Topics: mysql, orm, peewee, poetry, postgresql, pyqt5, python, raw-sql, rst, sqlite
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
* suppliersDetails
====
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