dapper-repositories icon indicating copy to clipboard operation
dapper-repositories copied to clipboard

Generate tables from model

Open Amangeldi opened this issue 1 year ago • 1 comments

Add the ability to generate tables from the model, like in EF Core. For example: repository.CreateTable<MyTable>(); repository.CreateTable<MyTable>("TableName");

Amangeldi avatar Jun 27 '23 03:06 Amangeldi

@Amangeldi Feel free to raise a PR!

phnx47 avatar Jun 27 '23 04:06 phnx47