Skip to content
/ idli Public

Generate create statement for your RDBMS looking through sample data set

License

Notifications You must be signed in to change notification settings

mshanu/idli

Repository files navigation

CI

idli

You get data with many columns as file, mostly csv. Now you would like to import the data to a database. Creating a table going through all the columns understanding the type is a pain. Idli helps you to generate create statement based on the data (sampling) for a database of your choice.

Support

Currently it takes only csv file with first line as header and generates the script for the following dbs

  • Oracle
  • Mysql
  • Postgres

Instructions to Run

git clone

./gradlew run --args "file=<path_to_file> db=mysql"

db values can be oracle, mysql or pg

About

Generate create statement for your RDBMS looking through sample data set

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages