Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroc0d3/sqlite-psql
Dump data from sqlite to postgreSQL
https://github.com/zeroc0d3/sqlite-psql
dump postgresql python sqlite sqlite3
Last synced: about 2 months ago
JSON representation
Dump data from sqlite to postgreSQL
- Host: GitHub
- URL: https://github.com/zeroc0d3/sqlite-psql
- Owner: zeroc0d3
- Created: 2017-02-09T07:19:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T10:57:42.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T03:50:48.989Z (3 months ago)
- Topics: dump, postgresql, python, sqlite, sqlite3
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlite-psql
Dump data from sqlite to postgreSQL### Step
* Clone this repo
* Requirements :
- Python 2.7.3
- SQLite 3.7.9
* Set your source sqlite & target folder in "run_dump.sh"
* Open your terminal, and run: sh run_dump.sh
* DONE.### Export sqlite
* Export schema & data (all)
* Export schema (only)
* Export data (only)
- Run: /bin/sh sqlite_export.sh