yessql - YesSql 194.0.0

Package Description

PM> Install-Package YesSql -Version 194.0.0 -Source https://www.myget.org/F/yessql/api/v3/index.json

Copy to clipboard

> nuget.exe install YesSql -Version 194.0.0 -Source https://www.myget.org/F/yessql/api/v3/index.json

Copy to clipboard

> dotnet add package YesSql --version 194.0.0 --source https://www.myget.org/F/yessql/api/v3/index.json

Copy to clipboard
<PackageReference Include="YesSql" Version="194.0.0" />
Copy to clipboard
source https://www.myget.org/F/yessql/api/v3/index.json

nuget YesSql  ~> 194.0.0
Copy to clipboard

> choco install YesSql --version 194.0.0 --source https://www.myget.org/F/yessql/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "yessql" -SourceLocation "https://www.myget.org/F/yessql/api/v2"
Install-Module -Name "YesSql" -RequiredVersion "194.0.0" -Repository "yessql" 
Copy to clipboard

YesSql

A .NET document database interface for relational databases, because in SQL we (still) trust !

Build NuGet MyGet

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

  • Development and pull-requests are done based on the main branch.
  • Every build and pull-request are tested against Sqlite, PostgreSQL, SQL Server and MySql.
  • The latest NuGet release is tagged and available in the releases page.
  • The main branch is also published on MyGet automatically.
  • .NETCoreApp 3.1
    • YesSql.Abstractions (>= 194.0.0)
    • YesSql.Core (>= 194.0.0)
    • YesSql.Provider.MySql (>= 194.0.0)
    • YesSql.Provider.PostgreSql (>= 194.0.0)
    • YesSql.Provider.Sqlite (>= 194.0.0)
    • YesSql.Provider.SqlServer (>= 194.0.0)
  • .NETFramework 5.0
    • YesSql.Abstractions (>= 194.0.0)
    • YesSql.Core (>= 194.0.0)
    • YesSql.Provider.MySql (>= 194.0.0)
    • YesSql.Provider.PostgreSql (>= 194.0.0)
    • YesSql.Provider.Sqlite (>= 194.0.0)
    • YesSql.Provider.SqlServer (>= 194.0.0)
  • .NETFramework 6.0
    • YesSql.Abstractions (>= 194.0.0)
    • YesSql.Core (>= 194.0.0)
    • YesSql.Provider.MySql (>= 194.0.0)
    • YesSql.Provider.PostgreSql (>= 194.0.0)
    • YesSql.Provider.Sqlite (>= 194.0.0)
    • YesSql.Provider.SqlServer (>= 194.0.0)
  • .NETStandard 2.0
    • YesSql.Abstractions (>= 194.0.0)
    • YesSql.Core (>= 194.0.0)
    • YesSql.Provider.MySql (>= 194.0.0)
    • YesSql.Provider.PostgreSql (>= 194.0.0)
    • YesSql.Provider.Sqlite (>= 194.0.0)
    • YesSql.Provider.SqlServer (>= 194.0.0)
  • .NETCoreApp 3.1: 3.1.0.0
  • .NETFramework 5.0: 5.0.0.0
  • .NETFramework 6.0: 6.0.0.0
  • .NETStandard 2.0: 2.0.0.0

Owners

Sebastien Ros

Authors

Sebastien Ros

Project URL

https://github.com/sebastienros/yessql

License

Unknown

Info

38 total downloads
2 downloads for version 194.0.0
Download (38.2 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1758646704.0.0 37.88 KB Thu, 27 Jan 2022 22:03:31 GMT 4
1756852554.0.0 37.89 KB Thu, 27 Jan 2022 15:05:25 GMT 1
1756839464.0.0 37.85 KB Thu, 27 Jan 2022 15:02:10 GMT 1
1753297870.0.0 37.69 KB Wed, 26 Jan 2022 23:06:03 GMT 2
218.0.0 12.46 KB Thu, 04 Apr 2024 23:35:56 GMT 0
217.0.0 12.46 KB Thu, 04 Apr 2024 22:51:11 GMT 0
216.0.0 12.45 KB Thu, 04 Apr 2024 00:15:01 GMT 0
215.0.0 12.46 KB Thu, 04 Apr 2024 00:14:20 GMT 0
214.0.0 12.44 KB Fri, 26 Jan 2024 22:28:38 GMT 1
213.0.0 12.45 KB Thu, 18 Jan 2024 21:19:54 GMT 0
212.0.0 12.45 KB Fri, 22 Dec 2023 17:37:50 GMT 1
211.0.0 12.46 KB Fri, 22 Dec 2023 15:21:02 GMT 2
210.0.0 12.45 KB Thu, 16 Nov 2023 19:07:14 GMT 3
209.0.0 12.46 KB Sat, 11 Nov 2023 00:49:20 GMT 0
208.0.0 12.45 KB Thu, 09 Nov 2023 00:41:06 GMT 1
207.0.0 12.46 KB Tue, 24 Oct 2023 15:36:03 GMT 1
206.0.0 12.46 KB Wed, 11 Oct 2023 23:20:07 GMT 1
205.0.0 12.45 KB Wed, 11 Oct 2023 22:17:24 GMT 2
204.0.0 39.64 KB Wed, 11 Oct 2023 21:17:11 GMT 2
200.0.0 39.63 KB Wed, 11 Oct 2023 15:46:36 GMT 1
199.0.0 39.79 KB Sun, 18 Dec 2022 19:39:15 GMT 1
198.0.0 39.8 KB Sat, 03 Dec 2022 01:36:20 GMT 2
197.0.0 30.38 KB Tue, 04 Oct 2022 19:53:33 GMT 2
196.0.0 30.38 KB Fri, 30 Sep 2022 00:03:17 GMT 2
195.0.0 38.22 KB Thu, 29 Sep 2022 23:44:51 GMT 1
194.0.0 38.2 KB Thu, 29 Sep 2022 22:25:46 GMT 2
193.0.0 37.84 KB Thu, 29 Sep 2022 22:07:27 GMT 2
192.0.0 37.85 KB Thu, 29 Sep 2022 21:12:21 GMT 2
191.0.0 37.84 KB Wed, 28 Sep 2022 22:17:33 GMT 1