| Crates.io | rusty_anchor |
| lib.rs | rusty_anchor |
| version | 0.1.1 |
| created_at | 2026-01-13 12:46:35.734385+00 |
| updated_at | 2026-01-16 11:33:09.9449+00 |
| description | Bitemporal anchor-style database helper library backed by SQLite. |
| homepage | |
| repository | https://github.com/davidhmays/rusty_anchor |
| max_upload_size | |
| id | 2040053 |
| size | 26,556 |
A generic anchor-style, bitemporal database helper for SQLite written in Rust.
This crate is an experiment in providing reusable building blocks for modeling anchors, attributes, and ties using an append-only, bitemporal schema inspired by anchor modeling.
It's designed to be used as a library embedded inside other Rust projects such as scrapers or data stores to simplify some of the repetition required when anchor modeling and linking up various attribute tables.
rusqlite)One vs Many)I've been working on this as a personal learning project, to explore the limitations of bitemporality, 6th normal form, and SQLte, and it is not yet intended for production use by others.