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

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.

Awesome Lists containing this project

README

          

Usage
=====

```bash
python convertdbdata.py -f "sqlite:///fromMydb.sqlite" -t "postgresql://postgres:postgres@localhost/toMydb" -i "auth_user"
```