You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sequence is compatible with any database allowing conditional puts. We should implement connectors to multiple databases to allow the usage in different environments. This will be the first adapter implementation. It will pave the way for new adapter to be created. The implementation must include:
A better decoupling of the DB adapter logic from the ledger
The implementation of the adapter for the Datomic database
Proper documentation about how to implement new adapters
The text was updated successfully, but these errors were encountered:
Hello! No, Sequence only uses conditional puts from the database. Similar do Datomic itself. Datomic is a nice Clojure companion and is also no-SQL, so it's going to be the first of many databases to be supported by the ledger
DB adapter for Datomic
Sequence is compatible with any database allowing conditional puts. We should implement connectors to multiple databases to allow the usage in different environments. This will be the first adapter implementation. It will pave the way for new adapter to be created. The implementation must include:
The text was updated successfully, but these errors were encountered: