|
|
|
|
|
by tabtab
1987 days ago
|
|
I'd like to see Dynamic Relational implemented to have something in-between "architecture-less" and familiar RDBMS conventions. It's close enough to existing RDBMS to reduce the learning curve, and can be incrementally "locked down" via added constraints and types (via formatting constraints). It tweaks the RDBMS/SQL wheel just enough to get dynamism, NOT reinvent the wheel. It would be great for prototyping and rush-jobs. For example, a lot of orgs needed to get Covid-related employee illness, notification tracking, and/or vaccination tracking up and running ASAP. Something like DR would make it easy. https://stackoverflow.com/questions/66385/dynamic-database-s... |
|