Closed moalamri closed 2 years ago
Ahh i think thats actually documented wrong or old. That Enum is a relic from an older version.
Try using https://www.nuget.org/packages/TCDev.APIGenerator.Data.Postgres/
And use AddDataContextSQL()
https://docs.rasepi.com/database-options
Have to update the docs here @moalamri and big sorry for the delay...vacation and stuff, forgot to check the issues!
It's totally ok, thank you so much. This is a huge time-saving tool 👍 I ended up using ServiceStack OrmLite & AutoQuery, which pretty much does the same except that it don't use EF.
I'll close this issue as you have cleared up the confusion 👍
Thank you
Could be because the enum of Postgres type is commented out here? Or is it not yet supported?
Thank you..