net-dynamic-api
net-dynamic-api copied to clipboard
Postgres not possible.
https://github.com/DeeJayTC/net-dynamic-api/blob/5a3d8d65807f7e7c8874ff2a35594189828534d0/src/TCDev.APIGenerator.Data.Postgres/ServiceExtension.cs#L48
Private? You should include a minimal working example (docker) with running Postgres SQL database, not everyone has a MSSQL server installed.
Also you should think about your namespaces.
Folder: TCDev.APIGenerator.Data.Postgres
Namespace: TCDev.APIGenerator.SQL
as this is using Npgsql i'd rather expect a namespace like:
TCDev.APIGenerator.Data.Npgsql