felixmosh / knex-mock-client

A mock client for knex which allows you to write unit tests with DB interactions
MIT License
53 stars 8 forks source link

Update knex dependency to version 2.0.0 #14

Closed nickrum closed 2 years ago

nickrum commented 2 years ago

knex@2.0.0 has been released a few days ago. The only breaking change is reverting back to using the main sqlite3 package instead of @vscode/sqlite3.

felixmosh commented 2 years ago

Thank you for this PR 🙏

felixmosh commented 2 years ago

Released in v1.7.0

nickrum commented 2 years ago

Thank you for the quick merge and release 👍