Crates.io | kassandra |
lib.rs | kassandra |
version | 0.14.0 |
source | src |
created_at | 2023-08-03 05:16:57.267562 |
updated_at | 2024-09-02 15:01:12.155356 |
description | Single node kassandra implementation |
homepage | |
repository | https://github.com/alisa101rs/kassandra |
max_upload_size | |
id | 933412 |
size | 264,733 |
This project aims to provide utilities to help testing applications that uses cassandra as a primary database.
List of supported features:
select name as another name
),
select toJson(name) as smth`)In-memory, single node database implementation that supports cql v4 protocol.
Provides a temporary unique socket address to connect to and run unit test. After test is completed, returns a Kassandra instance, which then can be used for snapshot testing.