Implemented
🧬
Cell-Interned MVCC
Every value is content-addressed. Identical cells across rows, versions, and tables share one physical representation — automatic deduplication without compression overhead. Segment-backed .rseg row storage is now the default serve mode.
Implemented
🔌
MySQL Wire Protocol
Connect with any MySQL client. SkeinDB speaks the MySQL binary protocol with 678 corpus-backed compatibility statements, window functions, user variables, prepared statements with projection-subquery metadata parity, broad COM_QUERY coverage, and WordPress admin parity including Users/Site Health query coverage, installer seed-query regressions, and a clean live admin sweep across the core screens.
Partial
🐘
PostgreSQL Wire Protocol
Connect with early PostgreSQL clients. SkeinDB now ships a partial PG v3 baseline on port 5432: startup/auth handshake, SSL rejection, simple queries, transaction stubs, extended-protocol scaffolding, and common bootstrap probes like SHOW server_version plus current_setting(...) backed by the shared engine.
Implemented
⚡
HTTP + QUIC Dual Transport
SkeinQL RPC runs over HTTP/1.1, HTTP/2, and QUIC from the same binary, with dedicated integration tests for transport parity and reconnect behavior.
Implemented
🖥️
Web Admin (SkeinAdmin)
26 interactive panels compiled into the binary. Schema browsing, data manipulation, cluster control, dedicated telemetry/security centers, dialect-aware SQL workspaces, and dedicated panels for all 20 research features, including a click-first Easy Viewer with inline database creation plus live create-table preview/validation and a live Index Advisor page with ranked suggestions plus observed-before/expected-after scan reports.
Prototype
🔬
20 Research Tracks (14 Hardened)
From differential privacy and HNSW vector search to Merkle forensic proofs and causal ETags — 14 tracks are hardened with real algorithms and integration tests; all 20 have RPC stubs, admin panels, and test coverage.
Prototype
🌐
Cluster Control-Plane
9 typed cluster methods for topology lifecycle: join tokens, node admission, shard placement, replica promotion, and RPC fanout replication with recursion suppression.