Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 orcl

ex : from Mysql
export_to_sqlite ofcs.sqlite MYSQL pcn pcn 192.168.1.204 3306 PCN

auto generated scripts :
* sqlite_schema_script.sql ==> sqlite table schema generation script.
* sqlite_fill_script.sql ==> sqlite table insert script.