Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 6, 2024
1 parent cc8b69a commit 9687372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ while (row) {
| `TINYINT` | `Number` |
| `SMALLINT` | `Number` |
| `INT` | `Number` |
| `BIGINT` | `Number` |
| `BIGINT` | `BigInt` |
| `FLOAT` | `Number` |
| `DOUBLE` | `Number` |
| `DECIMAL` | `String` |
Expand Down

0 comments on commit 9687372

Please sign in to comment.