halvardssm / deno-nessie

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

Remove query builder #100

Closed halvardssm closed 3 years ago

halvardssm commented 3 years ago

Fixes #99

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 moves the query builder over to its own repo to reduce bloat and unneeded code.

New repo can be found at https://github.com/halvardssm/deno-query-builder