diff --git a/README.md b/README.md index c012df6..05fded1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -# DEPRECATED -`Knex` (v0.21.10) added an official [`upsert`](http://knexjs.org/#Builder-onConflict) functionality with similar capabilities which has support in MySQL, Postgress & SQLite. - # Knex-onDuplicateUpdate [![npm](https://img.shields.io/npm/v/knex-on-duplicate-update.svg)](https://www.npmjs.com/package/knex-on-duplicate-update) @@ -8,6 +5,9 @@ Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder in order to add support **MySQL**'s `on duplicate key update columnName=Values(columnName)`. +## Note +`Knex` (v0.21.10) added an official [`upsert`](http://knexjs.org/#Builder-onConflict) functionality with similar capabilities which has support in MySQL, Postgress & SQLite. + ## How to set up To use this lib, first you will have to install it: