yessql - YesSql 1758646704.0.0

Package Description

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

Copy to clipboard

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

Copy to clipboard

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

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

nuget YesSql  ~> 1758646704.0.0
Copy to clipboard

> choco install YesSql --version 1758646704.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 "1758646704.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 (>= 1758646704.0.0)
    • YesSql.Core (>= 1758646704.0.0)
    • YesSql.Provider.MySql (>= 1758646704.0.0)
    • YesSql.Provider.PostgreSql (>= 1758646704.0.0)
    • YesSql.Provider.Sqlite (>= 1758646704.0.0)
    • YesSql.Provider.SqlServer (>= 1758646704.0.0)
  • .NETFramework 5.0
    • YesSql.Abstractions (>= 1758646704.0.0)
    • YesSql.Core (>= 1758646704.0.0)
    • YesSql.Provider.MySql (>= 1758646704.0.0)
    • YesSql.Provider.PostgreSql (>= 1758646704.0.0)
    • YesSql.Provider.Sqlite (>= 1758646704.0.0)
    • YesSql.Provider.SqlServer (>= 1758646704.0.0)
  • .NETFramework 6.0
    • YesSql.Abstractions (>= 1758646704.0.0)
    • YesSql.Core (>= 1758646704.0.0)
    • YesSql.Provider.MySql (>= 1758646704.0.0)
    • YesSql.Provider.PostgreSql (>= 1758646704.0.0)
    • YesSql.Provider.Sqlite (>= 1758646704.0.0)
    • YesSql.Provider.SqlServer (>= 1758646704.0.0)
  • .NETStandard 2.0
    • YesSql.Abstractions (>= 1758646704.0.0)
    • YesSql.Core (>= 1758646704.0.0)
    • YesSql.Provider.MySql (>= 1758646704.0.0)
    • YesSql.Provider.PostgreSql (>= 1758646704.0.0)
    • YesSql.Provider.Sqlite (>= 1758646704.0.0)
    • YesSql.Provider.SqlServer (>= 1758646704.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

Authors

Sebastien Ros

Project URL

https://github.com/sebastienros/yessql

License

Unknown

Info

7846 total downloads
106 downloads for version 1758646704.0.0
Download (37.88 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 106
1756852554.0.0 37.89 KB Thu, 27 Jan 2022 15:05:25 GMT 104
1756839464.0.0 37.85 KB Thu, 27 Jan 2022 15:02:10 GMT 106
1753297870.0.0 37.69 KB Wed, 26 Jan 2022 23:06:03 GMT 87
285.0.0 20.79 KB Mon, 09 Feb 2026 20:01:20 GMT 13
284.0.0 20.79 KB Mon, 09 Feb 2026 19:54:22 GMT 17
283.0.0 20.79 KB Mon, 26 Jan 2026 18:41:13 GMT 14
282.0.0 22.09 KB Mon, 05 Jan 2026 17:31:56 GMT 22
281.0.0 22.08 KB Mon, 15 Dec 2025 17:31:17 GMT 23
280.0.0 22.1 KB Mon, 15 Dec 2025 00:13:53 GMT 24
279.0.0 22.1 KB Mon, 08 Dec 2025 20:08:34 GMT 23
278.0.0 22.1 KB Mon, 08 Dec 2025 17:49:31 GMT 20
277.0.0 22.09 KB Tue, 02 Dec 2025 17:38:08 GMT 32
276.0.0 22.09 KB Tue, 02 Dec 2025 15:23:18 GMT 29
275.0.0 22.1 KB Tue, 18 Nov 2025 17:56:23 GMT 53
274.0.0 22.08 KB Thu, 13 Nov 2025 11:05:00 GMT 56
273.0.0 22.1 KB Wed, 12 Nov 2025 12:47:27 GMT 33
272.0.0 21.82 KB Mon, 03 Nov 2025 17:45:24 GMT 39
271.0.0 21.84 KB Tue, 07 Oct 2025 19:02:21 GMT 65
270.0.0 21.79 KB Thu, 11 Sep 2025 20:47:27 GMT 76
269.0.0 21.77 KB Tue, 02 Sep 2025 14:48:18 GMT 56
268.0.0 21.76 KB Thu, 07 Aug 2025 23:41:14 GMT 87
267.0.0 21.75 KB Mon, 04 Aug 2025 22:50:17 GMT 78
266.0.0 21.76 KB Mon, 04 Aug 2025 16:46:52 GMT 83
265.0.0 21.75 KB Fri, 01 Aug 2025 23:23:00 GMT 88
262.0.0 21.77 KB Tue, 22 Jul 2025 20:33:09 GMT 102
261.0.0 21.77 KB Thu, 17 Jul 2025 17:39:46 GMT 88
260.0.0 21.77 KB Thu, 03 Jul 2025 17:30:59 GMT 95
259.0.0 21.76 KB Thu, 03 Jul 2025 17:22:29 GMT 97
258.0.0 21.76 KB Mon, 16 Jun 2025 17:09:34 GMT 104
257.0.0 21.74 KB Thu, 12 Jun 2025 19:01:17 GMT 106
256.0.0 21.74 KB Thu, 12 Jun 2025 18:45:16 GMT 97
255.0.0 21.77 KB Mon, 05 May 2025 17:55:42 GMT 93
254.0.0 21.77 KB Thu, 03 Apr 2025 18:18:06 GMT 93
253.0.0 21.76 KB Fri, 14 Mar 2025 19:36:47 GMT 92
252.0.0 12.46 KB Fri, 14 Mar 2025 19:29:17 GMT 91
251.0.0 12.45 KB Fri, 14 Mar 2025 19:02:30 GMT 97
250.0.0 12.45 KB Fri, 14 Feb 2025 18:00:13 GMT 96
249.0.0 12.46 KB Fri, 14 Feb 2025 03:23:29 GMT 110
248.0.0 12.45 KB Tue, 07 Jan 2025 17:42:48 GMT 87
247.0.0 12.44 KB Mon, 09 Dec 2024 16:59:28 GMT 99
246.0.0 12.45 KB Mon, 09 Dec 2024 16:58:52 GMT 93
245.0.0 12.45 KB Fri, 15 Nov 2024 16:12:50 GMT 111
244.0.0 12.58 KB Fri, 15 Nov 2024 16:12:08 GMT 99
243.0.0 12.58 KB Fri, 15 Nov 2024 15:35:55 GMT 98
242.0.0 12.58 KB Mon, 14 Oct 2024 21:41:04 GMT 101
241.0.0 12.57 KB Mon, 30 Sep 2024 19:25:09 GMT 93
240.0.0 12.58 KB Mon, 16 Sep 2024 17:01:26 GMT 90
239.0.0 12.58 KB Tue, 20 Aug 2024 19:06:40 GMT 99
238.0.0 12.58 KB Tue, 23 Jul 2024 17:01:18 GMT 95
236.0.0 12.59 KB Tue, 16 Jul 2024 06:33:26 GMT 89
235.0.0 12.58 KB Thu, 11 Jul 2024 15:54:25 GMT 109
234.0.0 12.59 KB Thu, 06 Jun 2024 17:21:18 GMT 109
233.0.0 12.57 KB Mon, 03 Jun 2024 17:11:28 GMT 96
231.0.0 12.58 KB Fri, 17 May 2024 23:02:50 GMT 104
230.0.0 12.59 KB Fri, 17 May 2024 23:02:35 GMT 92
229.0.0 12.58 KB Fri, 17 May 2024 23:02:40 GMT 102
228.0.0 12.58 KB Fri, 17 May 2024 23:02:17 GMT 92
227.0.0 12.58 KB Fri, 17 May 2024 23:01:39 GMT 94
226.0.0 12.58 KB Fri, 17 May 2024 22:46:52 GMT 93
225.0.0 12.57 KB Mon, 13 May 2024 03:57:48 GMT 101
224.0.0 12.58 KB Fri, 03 May 2024 00:28:25 GMT 115
223.0.0 12.59 KB Fri, 03 May 2024 00:09:50 GMT 99
222.0.0 12.57 KB Thu, 02 May 2024 23:43:25 GMT 87
221.0.0 12.54 KB Thu, 02 May 2024 23:26:08 GMT 97
220.0.0 12.55 KB Thu, 02 May 2024 22:16:15 GMT 93
219.0.0 12.45 KB Thu, 02 May 2024 21:30:52 GMT 87
218.0.0 12.46 KB Thu, 04 Apr 2024 23:35:56 GMT 98
217.0.0 12.46 KB Thu, 04 Apr 2024 22:51:11 GMT 91
216.0.0 12.45 KB Thu, 04 Apr 2024 00:15:01 GMT 90
215.0.0 12.46 KB Thu, 04 Apr 2024 00:14:20 GMT 103
214.0.0 12.44 KB Fri, 26 Jan 2024 22:28:38 GMT 91
213.0.0 12.45 KB Thu, 18 Jan 2024 21:19:54 GMT 95
212.0.0 12.45 KB Fri, 22 Dec 2023 17:37:50 GMT 112
211.0.0 12.46 KB Fri, 22 Dec 2023 15:21:02 GMT 89
210.0.0 12.45 KB Thu, 16 Nov 2023 19:07:14 GMT 102
209.0.0 12.46 KB Sat, 11 Nov 2023 00:49:20 GMT 88
208.0.0 12.45 KB Thu, 09 Nov 2023 00:41:06 GMT 95
207.0.0 12.46 KB Tue, 24 Oct 2023 15:36:03 GMT 105
206.0.0 12.46 KB Wed, 11 Oct 2023 23:20:07 GMT 101
205.0.0 12.45 KB Wed, 11 Oct 2023 22:17:24 GMT 96
204.0.0 39.64 KB Wed, 11 Oct 2023 21:17:11 GMT 91
200.0.0 39.63 KB Wed, 11 Oct 2023 15:46:36 GMT 105
199.0.0 39.79 KB Sun, 18 Dec 2022 19:39:15 GMT 103
198.0.0 39.8 KB Sat, 03 Dec 2022 01:36:20 GMT 101
197.0.0 30.38 KB Tue, 04 Oct 2022 19:53:33 GMT 98
196.0.0 30.38 KB Fri, 30 Sep 2022 00:03:17 GMT 103
195.0.0 38.22 KB Thu, 29 Sep 2022 23:44:51 GMT 91
194.0.0 38.2 KB Thu, 29 Sep 2022 22:25:46 GMT 90
193.0.0 37.84 KB Thu, 29 Sep 2022 22:07:27 GMT 96
192.0.0 37.85 KB Thu, 29 Sep 2022 21:12:21 GMT 96
191.0.0 37.84 KB Wed, 28 Sep 2022 22:17:33 GMT 97