Hacker News with Generative AI: CRUD

DocumentDB: BSON data type CRUD in PostgreSQL (github.com/microsoft)
DocumentDB offers a native implementation of document-oriented NoSQL database, enabling seamless CRUD operations on BSON data types within a PostgreSQL framework.
Why it's time to retire CRUD (xtdb.com)
Create, read, update, and delete – the four central database operations we lovingly refer to as CRUD – have represented the central paradigm for interacting with databases since databases were invented in the middle of the last century.