https://github.com/uralbash/convertdbdata
Move data from any databases. Not need frameforks or mapped shemas. Ex.: sqlite->postgres etc.
https://github.com/uralbash/convertdbdata
Last synced: 4 months ago
JSON representation
Move data from any databases. Not need frameforks or mapped shemas. Ex.: sqlite->postgres etc.
- Host: GitHub
- URL: https://github.com/uralbash/convertdbdata
- Owner: uralbash
- Created: 2014-03-14T19:02:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T07:50:05.000Z (about 12 years ago)
- Last Synced: 2024-04-18T12:55:11.102Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
=====
```bash
python convertdbdata.py -f "sqlite:///fromMydb.sqlite" -t "postgresql://postgres:postgres@localhost/toMydb" -i "auth_user"
```