tarantool-rs
- Asyncronous Tokio-based client for Tarantool (WIP)

tarantool-rs
- asyncronous Tokio-based client for Tarantool.
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
- [ ] ...