Skip to content

Commit

Permalink
Update data types in README.md (#644)
Browse files Browse the repository at this point in the history
- Add four supported Int data types in README.md
  • Loading branch information
arsenkhy authored Jul 14, 2022
1 parent 0379e42 commit 9d643a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GlueSQL.js is a SQL database for web browsers and Node.js. It works as an embedd
GlueSQL currently supports a limited subset of queries. It's being actively developed.

#### Data Types
- **Numeric** `INT(8)`, `INTEGER`, `FLOAT`, `DECIMAL`
- **Numeric** `INT(8)`, `INT(16)`, `INT(32)`, `INT(64)`, `INT(128)`, `INTEGER`, `FLOAT`, `DECIMAL`
- **Date** `DATE`, `TIMESTAMP`, `TIME` `INTERVAL`
- `BOOLEAN`, `TEXT`, `UUID`, `MAP`, `LIST`

Expand Down

0 comments on commit 9d643a6

Please sign in to comment.