- Notifications
You must be signed in to change notification settings - Fork16
.net connector for Tarantool NoSql database.
License
progaudi/progaudi.tarantool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dotnet client for Tarantool NoSql database.
- FullIProto protocol coverage.
- Async API.
- Multiplexing.
Simpliest way to start usingprogaudi.tarantool
in your project is to install it fromNuget.
We have a small demo. It illustrates usage of library in aspnet core with docker-compose. Docker 1.12+ is preferred.
You can find basic usage scenarios inindex andspace smoke tests.
Windows build status:
Linux and OSX build status:
We were trying to make API similar with tarantool lua API. So this connector is straightforward implementing ofIProto 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:
- Pairs
- Count
- Alter
- Drop
- Rename
- BSize
- Alter
- Schema methods
- CreateSpace
- Space methods
- CreateIndex
- Drop
- Rename
- Count
- Lengh
- Increment
- Decrement
- AutoIncrement
- Pairs
About
.net connector for Tarantool NoSql database.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.