halvardssm / deno-nessie

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

Remove client default config #97

Closed halvardssm closed 3 years ago

halvardssm commented 3 years ago

Default client should be removed from state.ts as it does not improve the user experience of this library. When no client is specified, it should simply throw an error.