Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2naive authored Oct 19, 2024
1 parent 215cda7 commit c7358cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ Pass `DEBUG=mysql2-cache*` environment variable to pretty debug.

You may use all [MySQL2](https://github.com/sidorares/node-mysql2) methods plus:

### connect([PoolOptions](https://sidorares.github.io/node-mysql2/docs#using-connection-pools))

### async q(sql, params = [], cache = false, ttl = undefined)

### async qRow(sql, params = [], cache = false, ttl = undefined)

### async insert(table, row)

### async update(table, row, where = false)
Expand Down

0 comments on commit c7358cc

Please sign in to comment.