What is YesSql?
mainYesSql is a .NET Core document database interface designed to run on top of existing relational databases (RDBMS). It allows you to define documents and indexes using plain old CLR objects (POCOs).
By using an RDBMS as the storage engine, YesSql provides the benefits of a document database (flexible schema via objects) combined with the features of SQL databases, such as:
- ACID transactions
- Replication
- Reporting capabilities
- No 'magic' (it uses pure SQL internally via Dapper)