cuprate/storage/service
2024-10-29 17:43:23 +00:00
..
src cuprated: txpool (#312) 2024-10-29 15:30:51 +00:00
Cargo.toml fix hack + enable it for cuprate-database 2024-10-29 17:39:35 +00:00
README.md Storage: split the DB service abstraction (#237) 2024-08-05 21:47:30 +01:00

Cuprate's tower::Service database abstraction.

This crate contains the building blocks for creating a [tower::Service] interface to cuprate_blockchain.

It is split into 2 tower::Services:

  1. A read service which is backed by a [rayon::ThreadPool]
  2. A write service which spawns a single thread to handle write requests