Skip to content

A tool that allows you to easily generate CSV files from any SQL query.

Notifications You must be signed in to change notification settings

AndrzejKarwoski/Any-Select-to-CSV-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool that allows you to easily generate CSV files from any SQL query.

All you need to do is set up a connection to the database in application.properties and add your queries to the query.json file.

Then you need to send a POST Request to localhost:8080/get with your query name, and parameters if your query need it.

An example of a POST query sent

Select * from COMPANY where companyProfit >= :companyProfit

Example

H2 Databese and Liquiscript are used only for testing

About

A tool that allows you to easily generate CSV files from any SQL query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages