Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkazmi42 committed Jul 30, 2019
1 parent 82dfc9d commit 51518f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ console.log(row);
- query (string) - SQL query
- values (array) - Values for the query

- #### `all()`
- #### `all(query, values={Optional})`
Executes any query and returns all the result rows
- **Params**
- query (string) - SQL query
- values (array) - Values for the query

- #### `run()`
- #### `run(query, values={Optional})`
Executes query which does not returns any results
- **Params**
- query (string) - SQL query
Expand Down

0 comments on commit 51518f7

Please sign in to comment.