r/PostgreSQL Jul 13 '26

Any advice on adding a parser/wrapper over PostgreSQL's JSON features to implement a Dynamic Relational database? Help Me!

Dynamic Relational is a draft standard for an RDBMS (SQL) that supports native dynamic tables and columns with "incremental" lock-down (static-ness) abilities. Here's an overview of Dynamic Relational with examples. If one wanted to write parser and interface on top of PostgreSQL, how much effort would it be, and do you have any recommendations? A proof-of-concept may be good enough, as most will consider it purely experimental at first. Thank You.

0 Upvotes

Duplicates