diff options
author | Eduardo Julian | 2022-02-22 16:29:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-22 16:29:17 -0400 |
commit | f07effd9faf3fdaa677f659d6bbccf98931c5e5a (patch) | |
tree | 0b51a4b8492d06db6b3eca38a3b9143de1c1d735 /documentation/bookmark/data | |
parent | 2d1348a73159ec87fa0da2bd3768d641236693fb (diff) |
No more automatic conversions of primitive types in JVM FFI.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/database.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/bookmark/database.md b/documentation/bookmark/database.md index c91d99c8f..f061b7604 100644 --- a/documentation/bookmark/database.md +++ b/documentation/bookmark/database.md @@ -136,7 +136,6 @@ 0. https://learndb.net/ 0. http://orientdb.com/ 0. https://ignite.apache.org/ -0. http://www.datomic.com/ 0. https://eventsourcing.com/ 0. https://geteventstore.com/ 0. http://cassandra.apache.org/ @@ -182,12 +181,16 @@ 0. https://tech.marksblogg.com/minimalist-guide-tutorial-foundationdb.html 0. https://www.foundationdb.org/blog/announcing-document-layer/ 0. https://www.foundationdb.org/ - 0. https://en.wikipedia.org/wiki/FoundationDB 0. https://github.com/orbitdb/orbit-db 0. https://www.aerospike.com/ 0. https://sirix.io/ +## Immutable + +0. [immudb: OPEN SOURCE IMMUTABLE DATABASE](https://codenotary.com/technologies/immudb/) +0. http://www.datomic.com/ + ## Data-flow 0. [Noria: data-flow for high-performance web applications](https://github.com/mit-pdos/noria) |