|
|
|
|
|
by tabtab
3011 days ago
|
|
Implement a Dynamic Relational database: https://stackoverflow.com/questions/66385/dynamic-database-s...
We have plenty of dynamic languages, but no viable dynamic relational databases. There are dynamic databases, but they are either not relational, or use a query language nobody is familiar with. Dynamic Relational can use SQL with only minor modifications from "static" SQL. It only adjusts RDBMS conventions just enough to get dynamism, but keeps enough the same to reduce the learning curve. |
|
[0]: https://www.postgresql.org/docs/current/static/functions-jso...