Alternatives++
This commit is contained in:
parent
1c6ea90389
commit
f4ab8154f9
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue