Skip to content

vascarpenter/SQLdumpRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLdumpRust

What is it?

  • SQLdumpRust is utility for dump/back up oracle database tables
  • written in Rust
  • output SQL, stdout

How to build

  • cargo build
    • you must install oracle instant client library

Limitations

  • supported oracle types are below:
    • NVARCHAR2, VARCHAR2, NVARCHAR
    • NUMBER, FLOAT
    • DATE
    • BLOB
    • other types? you can add it..

Launch options

  • SQLdumpRust --dbenv <env var name> or --ocistring <connect string> [--drop] [--tables table1,table2,..]
  • --dbenv <environment variable name that holds connection string>
    • or --ocistring <connect string> specify connection settings
  • --drop DROP TABLE before create table
  • --tables <table1,table2,...> specify table name, if not specified, dump all tables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages