Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
add knex recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Jul 28, 2020
1 parent d769045 commit 0e3e543
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
@@ -1,4 +1,4 @@
# NOTE: Squel is no longer actively maintained. I only have time for occasional bugfixes and small-scale work. If you are interested in helping with squel maintenance the help would be welcome. Alternatively, please use another library.
# NOTE: Squel is no longer actively maintained. I only have time for occasional bugfixes and small-scale work. If you are interested in helping with squel maintenance the help would be welcome. Alternatively, please use another library - we recommend [knex](https://knexjs.org).

# squel - SQL query string builder

Expand Down Expand Up @@ -152,7 +152,7 @@ squel.insert()
.into("test")
.setFieldsRows([
{ name: "Thomas", age: 29 },
{ name: "Jane", age: 31 }
{ name: "Jane", age: 31 }
])
.toString()
```
Expand Down

0 comments on commit 0e3e543

Please sign in to comment.