net-dynamic-api icon indicating copy to clipboard operation
net-dynamic-api copied to clipboard

Postgres not possible.

Open naice opened this issue 2 years ago • 0 comments

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

naice avatar Sep 08 '22 07:09 naice