Database to CSV
"Database to CSV" project stores/loads data between database and CSVs
"Database to CSV" allows to back-up data from database(Oracle, MySQL, SQL Server) in the form of CSV files.
Each table data is stored in a separate CSV file.
It also allows to load data from CSV files into the database.
Program can be run from UI or from command line.
There's one more advanced feature which allows merging of data from CSV file to Database.
It is only available from command line.
(It will take foreign keys and unique keys into consideration and then try to insert...