-
v5.0.0 - Git for Databases Stable
released this
2025-11-01 19:57:31 +01:00 | 639 commits to main since this release🚀 Brainy v5.0.0 - Git for Databases
TRUE Instant Fork - Snowflake-style Copy-on-Write for databases
Highlights
✅ ONLY vector database with fork/merge workflow
✅ Clone entire database in <100ms (Snowflake-style COW)
✅ Full Git-style branching (fork, merge, commit, checkout)
✅ Works with ALL 8 storage adapters
✅ Zero premium feature contamination - clean open sourceNew APIs
fork()- Instant clone in <100msmerge()- Merge with conflict resolution (3 strategies)commit()- Create state snapshotsgetHistory()- View commit historycheckout()- Switch between brancheslistBranches()- List all branchesdeleteBranch()- Delete branches
Use Cases
- Safe migrations - Fork → Test → Merge
- A/B testing - Multiple experiments in parallel
- Feature branches - Development isolation
- Zero risk - Original data untouched
Documentation
Installation
```bash
npm install @soulcraft/brainy@5.0.0
```What's New in v5.0.0
See the full CHANGELOG for details.
Zero breaking changes - v5.0.0 is fully backward compatible with v4.x.
Full Changelog: https://github.com/soulcraftlabs/brainy/compare/v4.11.2...v5.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download