7 releases (breaking)

0.6.0 Dec 6, 2024
0.5.0 Nov 6, 2024
0.4.0 Oct 20, 2024
0.3.0 Oct 18, 2024
0.0.0-release Oct 9, 2024

#56 in #failure

Download history 264/week @ 2024-10-08 680/week @ 2024-10-15 66/week @ 2024-10-22 25/week @ 2024-10-29 184/week @ 2024-11-05 97/week @ 2024-11-12 16/week @ 2024-11-19 17/week @ 2024-11-26 157/week @ 2024-12-03 75/week @ 2024-12-10 18/week @ 2024-12-17 8/week @ 2024-12-31 23/week @ 2025-01-07

80 downloads per month
Used in 4 crates

Apache-2.0

38KB
679 lines

essential-builder-db

Crates.io Documentation license Build Status

The Essential builder database.


lib.rs:

The database API for the block builder's solution set pool and related storage.

The essential-builder-db crate provides a simple database API for managing the block builder's solution set pool and related storage, using SQLite as the underlying database. It allows you to store, query, and delete solution sets, as well as manage solution set submissions with timestamps.

Overview

Dependencies

~29MB
~476K SLoC