Skip to content

Commit 8d2d87d

Browse files
authored
Update README.md
1 parent 37019e5 commit 8d2d87d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ While it can run any query asychronously, it currently only supports the followi
2727
## Queries
2828

2929
### Insert
30-
`insert({ table: string, columns?: string[], values: string[])`
30+
`insert({ table: string, columns?: string[], values: string[] })`
3131
```javascript
3232
const id = '123456789';
3333
const username = 'user99';
@@ -42,6 +42,7 @@ await db.insert({
4242
### Select
4343
### Update
4444
### Delete
45+
### Run
4546
## Expressions
4647
- Boolean
4748
- Aggregate

0 commit comments

Comments
 (0)