Skip to content

Commit

Permalink
Update readme limitation and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkzero404 committed Jan 18, 2024
1 parent 3b8a376 commit d1ec35c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

GoJson2SQL is a library for composing SQL queries using JSON. A JSON file is transformed into an SQL string. This library facilitates the process of generating SQL statements by utilizing a structured JSON format, enhancing the readability and simplicity of SQL query construction.

## Limitations

Currently, it can only perform select queries.

## TODO:

- Implement Union queries
- Insert Query
- Validate SQL Syntax
- ?

## Installation

```
Expand Down

0 comments on commit d1ec35c

Please sign in to comment.