Gyxi 1.5.2
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/
See the version list below for details.
Install-Package Gyxi -Version 1.5.2
dotnet add package Gyxi --version 1.5.2
<PackageReference Include="Gyxi" Version="1.5.2" />
paket add Gyxi --version 1.5.2
#r "nuget: Gyxi, 1.5.2"
// Install Gyxi as a Cake Addin
#addin nuget:?package=Gyxi&version=1.5.2
// Install Gyxi as a Cake Tool
#tool nuget:?package=Gyxi&version=1.5.2
Release Notes
Encoding of partition and id
Dependencies
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- System.Text.Json (>= 4.7.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.5.5 | 185 | 5/18/2020 |
1.5.4 | 167 | 5/18/2020 |
1.5.3 | 173 | 5/18/2020 |
1.5.2 | 193 | 5/17/2020 |
1.5.1 | 184 | 5/17/2020 |
1.5.0 | 187 | 5/17/2020 |
1.4.3 | 163 | 4/26/2020 |
1.4.2 | 164 | 4/26/2020 |
1.4.1 | 152 | 4/26/2020 |
1.4.0 | 163 | 4/26/2020 |
1.3.0 | 182 | 3/22/2020 |
1.2.0 | 233 | 3/20/2020 |
1.1.0 | 283 | 3/16/2020 |
1.0.9 | 194 | 3/10/2020 |
1.0.8 | 169 | 3/10/2020 |
1.0.7 | 190 | 3/10/2020 |
1.0.6 | 193 | 3/10/2020 |
1.0.5 | 178 | 3/10/2020 |
1.0.4 | 178 | 3/10/2020 |
1.0.2 | 181 | 3/10/2020 |
1.0.1 | 187 | 3/10/2020 |
1.0.0 | 183 | 3/10/2020 |