TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
208 stars 53 forks source link

Simple glob/wildcard matching of table names #210

Closed randellhodges closed 1 year ago

randellhodges commented 2 years ago

Add the ability to use a glob/wildcard syntax for tables/views to be excluded.

This will allow you to use a wildcard and do things like

Existing unit tests work. Added a couple new ones.