halvardssm / deno-nessie

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

Fix cli utils - isUrl returns true for "file://" #108

Closed mitom18 closed 3 years ago

mitom18 commented 3 years ago

@halvardssm This PR should fix the issue #106. The string with "file://" prefix is interpreted as URL in Deno std functions (not as file path), so Nessie should interpret it the same way.

halvardssm commented 3 years ago

Sorry for the delay in checking this PR. I had to double check that this wouldnt break anything. I will approve and merge it now