Rust utility library for boat.
Warning
🚧 Work in Progress
This library is actively being developed. Since it's in its early stages, things will likely break often. Don't use it for now.
Entity Relationship Diagram (ERD) made with kroki.io:
You can compile with:
cargo buildNote
boat-lib relies on rusqlite to interact with SQLite.
By default, it uses rusqlite without the bundled feature so it requires that you have SQLite installed on your system.
If you wish to use a bundled version of SQLite instead, you need to enable the bundled-sqlite feature:
cargo build --features bundled-sqlite