|
|
|
|
|
by hn_throwaway_99
1120 days ago
|
|
Not sure I understand what you mean, or rather that all of this appears to be available in postgres. pg_jsonschema is a postgres extension that implements schema validation for JSON columns. I'm not particularly familiar with Rust, so not sure exactly what you mean by "Rust-like enum typing", but postgres has enums, composite types, array types, and custom scalars, so not sure what's missing. |
|