Skip to content

Commit 9d4c8b5

Browse files
Update README.md
1 parent 2b1901a commit 9d4c8b5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# ***Blue Crab by Fossil Logic***
22

3-
Blue Crab is a lightweight, portable key-value database built for speed, efficiency, and traceable data integrity.
4-
It offers multiple interfaces to fit different workflows: **MyShell** for SQL-like commands with structured FSON queries,
5-
**NoShell** for direct key-value operations backed by a git-chain commit model, and **CacheShell** for in-memory caching with TTL and optional FSON serialization.
6-
7-
Powered by the **git-chain experiment**, every change in Blue Crab can be versioned, branched, and merged like source code —
8-
enabling transparent history, rollback, and auditability. The integrated **FSON type system** provides self-describing, schema-aware data structures
9-
for both simple and complex records.
3+
Blue Crab is a lightweight, portable key-value database built for speed, efficiency, and traceable data integrity. It offers multiple interfaces to fit different workflows: **MyShell** for SQL-like commands with structured FSON queries, **NoShell** for direct key-value operations backed by a git-chain commit model, and **CacheShell** for in-memory caching with TTL and optional FSON serialization. Powered by the **git-chain experiment**, every change in Blue Crab can be versioned, branched, and merged like source code —
4+
enabling transparent history, rollback, and auditability. The integrated **FSON type system** provides self-describing, schema-aware data structures for both simple and complex records.
105

116
## Key Features
127

0 commit comments

Comments
 (0)