![]() |
VOOZH | about |
dotnet add package YesSql --version 5.4.7
NuGet\Install-Package YesSql -Version 5.4.7
<PackageReference Include="YesSql" Version="5.4.7" />
<PackageVersion Include="YesSql" Version="5.4.7" />Directory.Packages.props
<PackageReference Include="YesSql" />Project file
paket add YesSql --version 5.4.7
#r "nuget: YesSql, 5.4.7"
#:package YesSql@5.4.7
#addin nuget:?package=YesSql&version=5.4.7Install as a Cake Addin
#tool nuget:?package=YesSql&version=5.4.7Install as a Cake Tool
A .NET document database interface for relational databases, because in SQL we (still) trust !
YesSql is a .NET Core document database interface over relational databases which allows you to define documents and indexes using plain old CLR objects. The main difference with document databases is that it uses any RDBMS to store them, which gives you all the power of SQL databases like transactions, replication, reporting, ... But the main advantage might be that there is no magic involved, it's pure SQL !
A video about YesSql was recorded and is available here https://www.youtube.com/watch?v=D42eK6CJjF4
YesSql has support for it too. There is a sample project in the source code, and you'll see that map/reduce is fully supported by looking at the tests.
There is a global [Document] table. Each index is a custom class which has its own table. A reduce index also adds a bridge table in order to map many documents. Internally YesSql communicates with the database server using Dapper.
I know 😕 Well actually I am a big fan of document databases and I am well aware that some like MongoDb and RavenDb are already top-notch ones, but what if you want a free, transactional .NET document database ?
So YesSql might be an answer for the developers who face those restrictions. If you don't care about those then please don't spend one more minute on YesSql, it's useless for you.
The documentation is here: https://github.com/sebastienros/yessql/wiki
You can also take a look at the sample apps in the source code.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on YesSql:
| Package | Downloads |
|---|---|
|
OrchardCore.ContentManagement
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Implementation for ContentManagement |
|
|
OrchardCore.Data.YesSql
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Provides data access functionality using YesSql |
|
|
OrchardCore.ContentManagement.GraphQL
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. GraphQL implementation for ContentManagement |
|
|
OrchardCore.Users.Core
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Core implementation for Users module. |
|
|
OrchardCore.Infrastructure
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Implementation for OrchardCoreCMS Infrastructure |
Showing the top 1 popular GitHub repositories that depend on YesSql:
| Repository | Stars |
|---|---|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.4.7 | 38,265 | 10/7/2025 |
| 5.4.6 | 63,813 | 8/7/2025 |
| 5.4.5 | 182 | 8/1/2025 |
| 5.4.4 | 657 | 7/22/2025 |
| 5.4.3 | 451 | 7/20/2025 |
| 5.4.2 | 2,253 | 7/3/2025 |
| 5.4.1 | 1,429 | 6/16/2025 |
| 5.4.0 | 456 | 6/12/2025 |
| 5.3.0 | 69,463 | 3/14/2025 |
| 5.2.0 | 13,439 | 11/15/2024 |
| 5.1.1 | 145,058 | 7/23/2024 |
| 5.1.0 | 763 | 7/11/2024 |
| 5.0.0 | 16,358 | 5/3/2024 |
| 5.0.0-beta-0002 | 16,704 | 1/26/2024 |
| 5.0.0-beta-0001 | 244 | 12/22/2023 |
| 4.2.0 | 278 | 5/2/2024 |
| 4.1.0 | 1,420 | 1/26/2024 |
| 4.0.0 | 94,149 | 12/22/2023 |
| 4.0.0-beta-0003 | 3,265 | 12/6/2023 |
| 4.0.0-beta-0002 | 252 | 11/17/2023 |