Replies: 1 comment
-
There's not actually anything written in the docs for them (something that I should get around to doing) but enums are supported to a degree. There's a PR here outlining discussion around enums. But essentially, enums should be exact matches between the database and the C# code, casing, declaration order, etc. If there's specific functionality around enums that's missing, feel free to open an issue and/or a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't seen anything about using enum (Database Enumerated Types) anywhere in the docs. Will there be support for it?
I have looked at Postgres docs and it seems like they just use the string value of the enum duirng operations.
Beta Was this translation helpful? Give feedback.
All reactions