-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres array types #25
Comments
That's a good point – we don't use arrays for our use case at Better – but there's nothing fundamentally that stops from mapping it to Postgres. |
Does this mean that this library doesn't support many-to-many relationships? |
json schemas don't support many-to-many, so yes that's right |
Sorry, it's a tad absurd to me that full ID support exists but arrays are broken. Why not convert them to index-keyed dictionaries? That's what I've ended up doing. 🤷♂️ |
Among other QoL improvements. Closes better#25.
I noticed when inspecting types that the postgres array type is not supported. Are there plans to support it? Openapi has an array type which triggered this issue for me.
The text was updated successfully, but these errors were encountered: