-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
28 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "tarantool-rs" | ||
description = "Asyncronous tokio-based client for Tarantool" | ||
version = "0.0.0" | ||
version = "0.0.1" | ||
edition = "2021" | ||
authors = ["Andrey Kononov [email protected]"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# `tarantool-rs` - Asyncronous tokio-based client for Tarantool | ||
# `tarantool-rs` - Asyncronous Tokio-based client for Tarantool (WIP) | ||
|
||
![CI](https://github.com/Flowneee/tarantool-rs/actions/workflows/ci.yml/badge.svg) | ||
|
||
`tarantool-rs` - asyncronous Tokio-based client for [Tarantool](https://www.tarantool.io). | ||
|
||
For examples of how to use this crate check `examples/` folder. | ||
|
||
## Features | ||
|
||
* [x] authorization; | ||
* [x] evaluating Lua expressions) | ||
* [x] function calling) | ||
* [x] select from spaces | ||
* [x] "DML" requests (insert/update/upsert/replace/delete) | ||
* [x] transaction control (begin/commit/rollback) | ||
* [ ] SQL requests | ||
* [ ] chunked responses | ||
* [ ] reconnection in background | ||
* [ ] connection pooling | ||
* [ ] automatic schema fetching and reloading | ||
* [ ] ... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters