CamusDB.Client 0.0.9-alpha

This is a prerelease version of CamusDB.Client.
dotnet add package CamusDB.Client --version 0.0.9-alpha
NuGet\Install-Package CamusDB.Client -Version 0.0.9-alpha
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="CamusDB.Client" Version="0.0.9-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CamusDB.Client --version 0.0.9-alpha
#r "nuget: CamusDB.Client, 0.0.9-alpha"
#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.
// Install CamusDB.Client as a Cake Addin
#addin nuget:?package=CamusDB.Client&version=0.0.9-alpha&prerelease

// Install CamusDB.Client as a Cake Tool
#tool nuget:?package=CamusDB.Client&version=0.0.9-alpha&prerelease

CamusDB Connector for .NET

.NET idiomatic client libraries for CamusDB

CamusDB.Client is the ADO.NET provider for CamusDB. It is the recommended package for regular CamusDB database access from .NET.

Installation

Install the CamusDB.Client package from NuGet. Add it to your project in the normal way (for example by right-clicking on the project in Visual Studio and choosing "Manage NuGet Packages...").

Using .NET CLI
dotnet add package CamusDB.Client --version 0.0.7-alpha

Using NuGet Package Manager

Search for CamusDB.Client and install it from the NuGet package manager UI, or use the Package Manager Console:

Install-Package CamusDB.Client -Version 0.0.7-alpha

Run Tests

To run the unit tests, it is necessary to have an instance of CamusDB running on the local machine on the standard port 7141. After this, the tests can be run with the following command:

dotnet test -l "console;verbosity=normal" --filter  "FullyQualifiedName~CamusDB.Client.Tests"

Contribution

CamusDB.Client is an open-source project, and contributions are heartily welcomed! Whether you are looking to fix bugs, add new features, or improve documentation, your efforts and contributions will be appreciated. Check out the CONTRIBUTING.md file for guidelines on how to get started with contributing to CamusDB.Client.

License

CamusDB.Client is released under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.0.9-alpha 7,981 2/7/2024
0.0.8-alpha 59 2/5/2024
0.0.7-alpha 52 2/5/2024
0.0.6-alpha 79 1/8/2024
0.0.5-alpha 3,895 1/6/2024
0.0.4-alpha 63 1/6/2024
0.0.3-alpha 84 1/4/2024
0.0.2-alpha 57 1/2/2024
0.0.1-alpha 61 1/2/2024