| Crates.io | kassandra-tester |
| lib.rs | kassandra-tester |
| version | 0.13.1 |
| created_at | 2023-08-25 02:29:21.452373+00 |
| updated_at | 2023-12-19 04:12:00.427974+00 |
| description | Tester utility for cassandra |
| homepage | |
| repository | https://github.com/alisa101rs/kassandra |
| max_upload_size | |
| id | 954268 |
| size | 17,513 |
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.