6 releases (breaking)

0.5.0 Nov 6, 2024
0.4.0 Oct 20, 2024
0.3.0 Oct 18, 2024
0.2.0 Oct 15, 2024
0.0.0-release Oct 9, 2024

#875 in Magic Beans

Download history 121/week @ 2024-10-04 385/week @ 2024-10-11 480/week @ 2024-10-18 33/week @ 2024-10-25 165/week @ 2024-11-01 58/week @ 2024-11-08

754 downloads per month
Used in 4 crates

Apache-2.0

37KB
667 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 pool and related storage.

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

Overview

Dependencies

~29MB
~477K SLoC