DEV Community

Discussion on: Will NoSQL Databases Replace SQL Databases in the future

Collapse
 
franckpachot profile image
Franck Pachot

This converges into Distributed SQL database. For example YugabyteDB has a Cassandra-like and a PostgreSQL-like API. You can have consistent transactions in both. And choose to lower some SQL constraints (enabling single-row transactions, upsert mode) in both.