Zaria.Data 2.0.0

dotnet add package Zaria.Data --version 2.0.0
                    
NuGet\Install-Package Zaria.Data -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zaria.Data" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zaria.Data" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Zaria.Data" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zaria.Data --version 2.0.0
                    
#r "nuget: Zaria.Data, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Zaria.Data@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zaria.Data&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Zaria.Data&version=2.0.0
                    
Install as a Cake Tool

Zaria is a data access client library that uses json rather than sql to access data. The returned data is also in json format. It is meant to abstract away direct access to a database. This library also provides mechanisms for generating data access service code directly from the database.

It is meant to allow for a modern generic way to query a database Because the new model leverages a web native open standard (json), a database can easily be published as a set of restful services that can be called/queried from any client with no need for native libraries

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Zaria.Data:

Package Downloads
Zaria.AI

This framework provides a simple, attribute-driven, low-code API for building text based interactive dialog. It can be used to build AI BOTs, CLIs and command line tools, workflow orchestrators, and other general command processing utilities! Find out more about Zaria.AI here: https://github.com/thinkmine/zaria.ai

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 132 12/29/2025
0.0.33-preview 166 12/26/2024
0.0.30-preview 154 12/22/2024
0.0.29-preview 140 12/3/2024
0.0.28-preview 143 12/3/2024
0.0.27-preview 139 12/2/2024
0.0.26-preview 129 12/2/2024
0.0.25-preview 145 12/2/2024
0.0.24-preview 141 12/2/2024
0.0.23-preview 145 11/25/2024
0.0.22-preview 202 11/21/2024
0.0.21-preview 155 11/21/2024
0.0.20-preview 139 11/20/2024
0.0.19-preview 140 11/20/2024
0.0.18-preview 148 11/19/2024
0.0.17-preview 161 11/15/2024
0.0.16-preview 140 11/15/2024
0.0.15-preview 142 11/14/2024
0.0.14-preview 141 11/14/2024
0.0.13-preview 153 11/13/2024
Loading failed