npm.io
0.1.1 • Published yesterday

@gitsheets/core-napi-darwin-x64

Licence
Apache-2.0
Version
0.1.1
Deps
0
Size
21.3 MB
Vulns
0
Weekly
0
Stars
10

gitsheets

A git-backed document store for low-volume, high-touch, human-scale data.

Records are TOML (or markdown-with-frontmatter) files in a git repository, laid out by a per-sheet path template. Every mutation is a commit, so the log is the audit trail. The engine is a shared Rust core with thin per-language bindings: this repo ships the Node binding (gitsheets on npm) and a Python binding, both running on the same core, so a write from either language produces byte-identical commits.

The library and CLI live in packages/gitsheets; start there. The Rust core and its bindings live under rust/.

Spec-driven

specs/ is the source of truth. Start at specs/README.md.

License

Apache-2.0.