Gyxi 9.0.2-preview
See the version list below for details.
dotnet add package Gyxi --version 9.0.2-preview
NuGet\Install-Package Gyxi -Version 9.0.2-preview
<PackageReference Include="Gyxi" Version="9.0.2-preview" />
paket add Gyxi --version 9.0.2-preview
#r "nuget: Gyxi, 9.0.2-preview"
// Install Gyxi as a Cake Addin #addin nuget:?package=Gyxi&version=9.0.2-preview&prerelease // Install Gyxi as a Cake Tool #tool nuget:?package=Gyxi&version=9.0.2-preview&prerelease
Gyxi is a free document database which basically works as a key-value (multi value) database and by allowing configuration of views, makes it possible to organize content in any way desired.
GyxiClient is ready to use without any prior registration required and you get 1 GB storage for free.
You choose a Region (from an enum) and a guid which will be your database id. Simply start using it - there is no need to sign up or register your database beforehand.
Keep your guid secret because anyone who has access to the guid has full access to your database.
Example:
var gyxi = new GyxiClient(Region.Germany, "dfca164c-b19d-4abd-a5a7-4eabdfb8b123");
gyxi.Save("mytype", "all", myObj);
Please note: Use any other guid than the one from the sample above.
Read more about Gyxi at https://gyxi.com/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- System.Text.Json (>= 4.7.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.2.0 | 1,310 | 7/29/2022 |
9.1.2 | 431 | 5/30/2022 |
9.1.1 | 449 | 5/30/2022 |
9.1.0 | 442 | 5/29/2022 |
9.0.6-preview | 248 | 7/27/2021 |
9.0.5-preview | 240 | 7/20/2021 |
9.0.2-preview | 258 | 7/9/2021 |
9.0.1-preview | 240 | 7/8/2021 |
9.0.0-preview | 237 | 7/8/2021 |
1.5.5 | 551 | 5/18/2020 |
1.5.4 | 473 | 5/18/2020 |
1.5.3 | 461 | 5/18/2020 |
1.5.2 | 524 | 5/17/2020 |
1.5.1 | 480 | 5/17/2020 |
1.5.0 | 482 | 5/17/2020 |
1.4.3 | 472 | 4/26/2020 |
1.4.2 | 447 | 4/26/2020 |
1.4.1 | 452 | 4/26/2020 |
1.4.0 | 452 | 4/26/2020 |
1.3.0 | 478 | 3/22/2020 |
1.2.0 | 522 | 3/20/2020 |
1.1.0 | 565 | 3/16/2020 |
1.0.9 | 516 | 3/10/2020 |
1.0.8 | 461 | 3/10/2020 |
1.0.7 | 494 | 3/10/2020 |
1.0.6 | 481 | 3/10/2020 |
1.0.5 | 459 | 3/10/2020 |
1.0.4 | 469 | 3/10/2020 |
1.0.2 | 483 | 3/10/2020 |
1.0.1 | 456 | 3/10/2020 |
1.0.0 | 477 | 3/10/2020 |
Supports Gyxi9