fix(readme): align architecture diagram formatting in the documentation
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-04-05 - 2.6.2 - fix(readme)
|
||||||
|
align architecture diagram formatting in the documentation
|
||||||
|
|
||||||
|
- Adjusts spacing and box alignment in the README architecture diagram for clearer presentation.
|
||||||
|
|
||||||
## 2026-04-05 - 2.6.1 - fix(readme)
|
## 2026-04-05 - 2.6.1 - fix(readme)
|
||||||
correct ASCII diagram spacing in architecture overview
|
correct ASCII diagram spacing in architecture overview
|
||||||
|
|
||||||
|
|||||||
@@ -46,11 +46,11 @@ SmartDB uses a **sidecar binary** pattern — TypeScript handles lifecycle, Rust
|
|||||||
┌──────────────────────────────────────────────────────────────┐
|
┌──────────────────────────────────────────────────────────────┐
|
||||||
│ Your Application │
|
│ Your Application │
|
||||||
│ (TypeScript / Node.js) │
|
│ (TypeScript / Node.js) │
|
||||||
│ ┌─────────────────┐ ┌───────────────────────────┐ │
|
│ ┌──────────────────┐ ┌───────────────────────────┐ │
|
||||||
│ │ SmartdbServer │────▶│ RustDbBridge (IPC) │ │
|
│ │ SmartdbServer │─────▶│ RustDbBridge (IPC) │ │
|
||||||
│ │ or LocalSmartDb │ │ @push.rocks/smartrust │ │
|
│ │ or LocalSmartDb │ │ @push.rocks/smartrust │ │
|
||||||
│ └─────────────────┘ └───────────┬───────────────┘ │
|
│ └──────────────────┘ └───────────┬───────────────┘ │
|
||||||
└─────────────────────────────────── ───┼───────────────────────┘
|
└────────────────────────────────────────┼─────────────────────┘
|
||||||
│ spawn + JSON IPC
|
│ spawn + JSON IPC
|
||||||
▼
|
▼
|
||||||
┌──────────────────────────────────────────────────────────────┐
|
┌──────────────────────────────────────────────────────────────┐
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartdb',
|
name: '@push.rocks/smartdb',
|
||||||
version: '2.6.1',
|
version: '2.6.2',
|
||||||
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
|
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user