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" .
|
||||
Example:
|
||||
.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
|
||||
.B "Key-value stores."
|
||||
|
@ -1274,21 +1276,22 @@ Examples:
|
|||
.B Memcached
|
||||
(application to store data cache, not to be used as a primary database system),
|
||||
.B CockroachDB
|
||||
(distributed, supports ACID transactional semantics)
|
||||
(proprietary, distributed, ACID transactions)
|
||||
|
||||
.BULLET
|
||||
.B "Document databases" .
|
||||
Such as DODB, many other document-oriented databases exist.
|
||||
For example,
|
||||
.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
|
||||
.B "Redis"
|
||||
|
||||
.BULLET
|
||||
.B "MongoDB"
|
||||
|
||||
.BULLET
|
||||
.B "duckdb"
|
||||
.ENDBULLET
|
||||
|
|
Loading…
Add table
Reference in a new issue