halvardssm / deno-nessie

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

Feat/sqlx refactor #170

Open halvardssm opened 7 months ago

halvardssm commented 7 months ago

This PR refactors Nessie to use JSR and databases defined in SQLx.

It also includes a refactor to the migration clients, and removes some old functionalities. The config file stays mostly the same, besides the client change.

Will be merged at some point after SQLx is finalized.