halvardssm / deno-nessie

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

Upgrades #71

Closed njpearman closed 4 years ago

njpearman commented 4 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:

Upgrades dependencies to Deno v1.2 / stdlib v 0.61. The dependency on deno-postgres uses a commit hash rather than a true tagged version as the repo doesn't yet have a tagged release that includes the upgrade.

I don't have MySQL or PostgreSQL set up in such a way as to run the client tests.

halvardssm commented 4 years ago

I will merge this one now. Thanks for your help!