halvardssm / deno-nessie

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
MIT License
527 stars 31 forks source link

Bump SQLIte version to 3.4.0 #152

Closed pandres95 closed 2 years ago

pandres95 commented 2 years ago

Fixes #

Is this a breaking change?

Checklist:

Please review the guidelines for contributing to this repository.

When all of the above is completed, request a review from one of the codeowners.

Description:

This PR attempts to update the SQLite dependency to the latest version (3.4.0), since it introduces a method within the client that's actually useful: execute. No breaking changes should be expected, since there are no deprecations or API changes on the existing methods on the library.