Alternatives++

This commit is contained in:
Philippe Pittoli 2025-02-03 08:54:02 +01:00
parent 1c6ea90389
commit f4ab8154f9

View file

@ -1264,7 +1264,9 @@ Examples: SQLite and DuckDB.
.B "New types of SQL" . .B "New types of SQL" .
Example: Example:
.B EdgeDB .B EdgeDB
(modern SQL with easy-of-use complex relations). (modern SQL-like with easy-of-use complex relations),
.B RethinkDB
(modern SQL-like, JSON exchanges, distributed).
.BULLET .BULLET
.B "Key-value stores." .B "Key-value stores."
@ -1274,21 +1276,22 @@ Examples:
.B Memcached .B Memcached
(application to store data cache, not to be used as a primary database system), (application to store data cache, not to be used as a primary database system),
.B CockroachDB .B CockroachDB
(distributed, supports ACID transactional semantics) (proprietary, distributed, ACID transactions)
.BULLET .BULLET
.B "Document databases" . .B "Document databases" .
Such as DODB, many other document-oriented databases exist. Such as DODB, many other document-oriented databases exist.
For example, For example,
.B CouchDB .B CouchDB
(distributed, fault-tolerant, RESTful HTTP and JSON API, etc.). (distributed, fault-tolerant, RESTful HTTP and JSON API…),
.B "MongoDB"
(proprietary, ACID transactions, replication…),
.B UnQlite
(embedded, ACID transactions, embedded scripting language…).
.BULLET .BULLET
.B "Redis" .B "Redis"
.BULLET
.B "MongoDB"
.BULLET .BULLET
.B "duckdb" .B "duckdb"
.ENDBULLET .ENDBULLET