2026-03-20 20:04:35 -04:00
2026-03-20 20:04:35 -04:00
2026-03-19 14:02:09 -04:00
2026-03-17 14:14:46 -04:00
2026-03-17 14:14:46 -04:00
2026-03-17 14:14:46 -04:00

shanty-db

Shared database schema and access layer for Shanty.

Uses Sea-ORM with SQLite. Provides migrations, typed entities, connection pooling, and query functions used by all other Shanty crates.

Usage

use shanty_db::Database;

let db = Database::new("sqlite:///path/to/shanty.db?mode=rwc").await?;
// use db.conn() for queries

Running Tests

cargo test
Description
Database Repo for shanty
Readme 103 KiB
Languages
Rust 100%