client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

Official Skytable client driver for Rust

Results 5 client-rust issues
Sort by recently updated
recently updated
newest added

I see for the normal async there is a way to get the entity you wish to connect to. But for the async pool, there isn't. I could run a...

enhancement
good first issue

For DBs with lots of keys, it would be nice to have a way to call `LSKEYS` and get an async stream instead of a `Vec`. It would also be...

Hi, Could you consider adding support for CompactString as an alternative for String in structs with small string values. It would add a bit of performance improvement when using structs.

how to create the sync pool was labeled as async when it should be labeled as sync so theres actually 2 creating a async pool atm. first the real one...

While using client library (0.8.11) I encountered few issues: - DML Skyhash list - produces illegal query - DDL Alter model - fails to change type or alter more than...