realitydb
v2.0.14
Published
[DEPRECATED] Please use @realitydb/cli instead. RealityDB generates causally-correct synthetic data with FK integrity, lifecycle rules, and temporal ordering.
Maintainers
Readme
DEPRECATED
This package has been replaced by @realitydb/cli.
Install the new package
npm install -g @realitydb/cliWhat is RealityDB?
RealityDB generates causally-correct synthetic data with:
- FK integrity (zero orphans at 2M+ rows)
- Lifecycle rules (cancelled orders have NULL shipped_at)
- Temporal ordering (shipped_at always after created_at)
- Weighted distributions (production-realistic, not uniform random)
- Seed control (--seed 42 for reproducible data)
- Direct database seeding (PostgreSQL, MySQL)
Links
- CLI: @realitydb/cli on npm
- Sandbox: sandbox.realitydb.dev
- GitHub: github.com/emkwambe/databox
Licensed under BSL-1.1. Copyright (c) 2026 Mpingo Systems LLC.
