Skip to content

skrewby/query-mate

Repository files navigation

Query Mate

A simple query builder and formatter

image

Instructions

1 - Upload CSV File

2 - Choose between creating Insert or Update queries

3 - Map the values to be updated and inserted

4 - (Optional) Preview the first line of the CSV as a query

5 - Create the queries which will download a SQL file

Extras

Use a custom WHERE clause

Note that you can also use a custom text without needing to state any of the normal WHERE clauses in the fields above image

Developing

Have npm installed then run

npm install

The app can then be run with

npm run dev

About

SQL query builder and formatter

Topics

Resources

Stars

Watchers

Forks