Skip to content

Commit d1e9218

Browse files
committed
Update readme
1 parent e6cc0a6 commit d1e9218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Sample PostgreSQL Placeholders:
206206
db:q("Select * from login where username=$1 or email=$2", [Loginid, Email])
207207
```
208208

209-
#### Key
209+
#### Key Determination
210210

211211
For functions where raw SQL is not provided as an argument, SQL Bridge will
212212
determine the key field by the follwing:
@@ -461,7 +461,7 @@ Then, in your config, set the `record_handler` value as follows:
461461

462462
Once this is done, you can pass a record as the `Data` argument in `db:save/2-3`
463463

464-
### Delete
464+
###### Delete
465465

466466
- `db:delete(Table, ID)`: Delete records from a table.
467467

0 commit comments

Comments
 (0)