summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/src/database.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-dirserver: Don't expose rusqlite::Error in PoolClara Engler2025-10-151-2/+11
|
* tor-dirserver: Create database moduleClara Engler2025-10-151-0/+295
This commit renames the schema module to the database module in order to perform better error handling while redesigning the API.