progaudi.tarantool 0.16.0

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

// Install progaudi.tarantool as a Cake Tool
#tool nuget:?package=progaudi.tarantool&version=0.16.0

progaudi.tarantool

Dotnet client for Tarantool NoSql database.

Key features

  • Full IProto protocol coverage.
  • Async API.
  • Multiplexing.

Installation

Simpliest way to start using progaudi.tarantool in your project is to install it from Nuget.

Demo

We have a small demo. It illustrates usage of library in aspnet core with docker-compose. Docker 1.12+ is preferred.

Usage

You can find basic usage scenarios in index and space smoke tests.

Build statuses for master branch

Windows build status:

Windows build status

Linux and OSX build status:

Linux/OSX build Status

Limitations

We were trying to make API similar with tarantool lua API. So this connector is straightforward implementing of IProto protocol. Some methods are not implemented yet because there are no direct analogs in IProto. Implementing some methods (like Pairs) does not make any sense, because it return a lua-iterator.

When API will be finalized all methods would be implemented or removed from public API.

  • Index methods:
    1. Pairs
    2. Count
    3. Alter
    4. Drop
    5. Rename
    6. BSize
    7. Alter
  • Schema methods
    1. CreateSpace
  • Space methods
    1. CreateIndex
    2. Drop
    3. Rename
    4. Count
    5. Lengh
    6. Increment
    7. Decrement
    8. AutoIncrement
    9. Pairs
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 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. 
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 progaudi.tarantool:

Package Downloads
Tarantool.Queue.NetCore

NETCore library for working with Tarantool queues. Based on the library progaudi.tarantool

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.16.0 707 11/21/2023
0.15.23-ge244 331 11/21/2023
0.15.2-g9cad 398 11/21/2023
0.15.1-gd2ec 383 11/21/2023
0.15.0 4,399 6/10/2021
0.14.3-gc783473 660 5/17/2021
0.14.0 949 3/21/2021
0.13.6-g6d28019 739 3/21/2021
0.13.4-ga346b54 665 3/21/2021
0.13.0 2,873 9/17/2019
0.12.1.2-g7101e2f 1,145 2/20/2019
0.12.1.1-gd7bdb26 980 2/20/2019
0.12.1 3,818 9/22/2018
0.12.0 1,335 9/22/2018
0.11.0.39-g94df6ca 1,152 9/22/2018
0.11.0.27-g5dd28a2 1,679 2/11/2018
0.11.0.26-g26d3947 1,356 2/11/2018
0.11.0 1,953 1/24/2018
0.10.20-gfd5ca24 1,251 11/22/2017
0.10.19-g6f2925f 1,248 11/22/2017
0.10.15-gda4233c 1,189 11/20/2017
0.10.11-gf1b989a 1,219 11/20/2017
0.10.10-g7b7e460 1,276 11/19/2017
0.10.6-g3d33fea 1,326 11/19/2017
0.10.0 2,518 10/25/2017
0.9.0 2,209 8/31/2017
0.8.0 2,061 6/30/2017
0.7.0 1,522 3/20/2017