YesSql 5.0.0-beta-0001
See the version list below for details.
dotnet add package YesSql --version 5.0.0-beta-0001
NuGet\Install-Package YesSql -Version 5.0.0-beta-0001
<PackageReference Include="YesSql" Version="5.0.0-beta-0001" />
paket add YesSql --version 5.0.0-beta-0001
#r "nuget: YesSql, 5.0.0-beta-0001"
// Install YesSql as a Cake Addin #addin nuget:?package=YesSql&version=5.0.0-beta-0001&prerelease // Install YesSql as a Cake Tool #tool nuget:?package=YesSql&version=5.0.0-beta-0001&prerelease
YesSql
A .NET document database interface for relational databases, because in SQL we (still) trust !
How does it work ?
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
FAQ
Aren't NoSQL databases also about map/reduce ?
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.
How is the database structured ?
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.
Dude ! Why another document database ?
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 ?
- MongoDb is not transactional, and some applications can't cope with it. RDBMS on the contrary are all transactional.
- RavenDb (which I am a big fan of) is not free (for most usages).
- Some companies which have invested a lot in SQL, only trust SQL, and have in-house experts.
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.
I am sold, where do I start ?
The documentation is here: https://github.com/sebastienros/yessql/wiki
You can also take a look at the sample apps in the source code.
Development
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- YesSql.Abstractions (>= 5.0.0-beta-0001)
- YesSql.Core (>= 5.0.0-beta-0001)
- YesSql.Provider.MySql (>= 5.0.0-beta-0001)
- YesSql.Provider.PostgreSql (>= 5.0.0-beta-0001)
- YesSql.Provider.Sqlite (>= 5.0.0-beta-0001)
- YesSql.Provider.SqlServer (>= 5.0.0-beta-0001)
NuGet packages (55)
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 |
GitHub repositories (1)
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.2.0 | 112 | 11/15/2024 |
5.1.1 | 22,216 | 7/23/2024 |
5.1.0 | 348 | 7/11/2024 |
5.0.0 | 12,215 | 5/3/2024 |
5.0.0-beta-0002 | 10,480 | 1/26/2024 |
5.0.0-beta-0001 | 148 | 12/22/2023 |
4.2.0 | 68 | 5/2/2024 |
4.1.0 | 1,199 | 1/26/2024 |
4.0.0 | 60,665 | 12/22/2023 |
4.0.0-beta-0003 | 2,562 | 12/6/2023 |
4.0.0-beta-0002 | 136 | 11/17/2023 |
4.0.0-beta-0001 | 109 | 11/15/2023 |
3.5.0 | 3,183 | 11/16/2023 |
3.4.0 | 28,061 | 10/11/2023 |
3.3.0 | 118,348 | 12/18/2022 |
3.2.0 | 129,765 | 10/5/2022 |
3.1.0 | 2,425 | 9/29/2022 |
3.0.12 | 217,317 | 1/8/2022 |
3.0.11 | 378 | 1/7/2022 |
3.0.10 | 532,741 | 12/3/2021 |
3.0.9 | 3,140 | 11/10/2021 |
3.0.8 | 377 | 11/8/2021 |
3.0.7 | 233,179 | 7/9/2021 |
3.0.6 | 14,768 | 5/18/2021 |
3.0.5 | 455 | 5/16/2021 |
3.0.4 | 5,194 | 5/13/2021 |
3.0.3 | 442 | 5/9/2021 |
3.0.2 | 20,766 | 4/6/2021 |
3.0.1 | 920 | 4/2/2021 |