Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyko/export_to_sqlite3
This is simple command line based utility for exporting oracle/mysql to sqlite3.
https://github.com/jeremyko/export_to_sqlite3
Last synced: 4 days ago
JSON representation
This is simple command line based utility for exporting oracle/mysql to sqlite3.
- Host: GitHub
- URL: https://github.com/jeremyko/export_to_sqlite3
- Owner: jeremyko
- Created: 2014-02-02T07:16:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T07:41:02.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T04:05:59.834Z (about 1 month ago)
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
usage : export_to_sqlite SQLITE_FILE DB_TYPE DB_USER DB_PASSWD IP PORT DB_NAME
ex : from oracle
export_to_sqlite ofcs.sqlite ORACLE OFCS OFCS 192.168.1.225 1521 orclex : from Mysql
export_to_sqlite ofcs.sqlite MYSQL pcn pcn 192.168.1.204 3306 PCNauto generated scripts :
* sqlite_schema_script.sql ==> sqlite table schema generation script.
* sqlite_fill_script.sql ==> sqlite table insert script.