halvardssm / deno-nessie

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

[IDEA] foreign key support in table #73

Closed n10000k closed 3 years ago

n10000k commented 4 years ago

Support to assign a table a foreign key.

halvardssm commented 4 years ago

Hi @uncodable ! Good idea! I am very busy at the moment, so if you could submit a PR, I can merge it 👍 You can add this method to Table.ts.

Let me know, so that I can assign this issue to you 😄

halvardssm commented 3 years ago

Will close as query builder is moved to https://github.com/halvardssm/deno-query-builder/issues/1