Might have been older docs. They now say that transactions are supported
“
Snapshot isolation: SlateDB supports snapshot isolation, which allows readers and writers to see a consistent view of the database.
Transactions: Transactional writes are supported.“
> NOTE
> Snapshot isolation and transactions are planned but not yet implemented.