Skip to content

Commit 1d97dec

Browse files
authored
Update README.md
1 parent 2528ad1 commit 1d97dec

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,30 @@ LILA is developed by a developer who hates over-engineered tools. Focus: 5 minut
4343
8. **Future Ready**: Built for the latest Oracle 26ai (2026), and fully tested with existing 19c environment
4444
9. **Small Footprint**: ~3k lines of logical PL/SQL code ensures simple quality and security control, fast compilation, zero bloat and minimal Shared Pool utilization (reducing memory pressure and fragmentation)
4545

46+
```mermaid
47+
graph TD
48+
subgraph "Application Environment"
49+
App[Your PL/SQL App] --> API[Lila API]
50+
end
51+
52+
subgraph "Lila Communication Modes"
53+
API -->|Local Mode| DB[(Local Oracle DB)]
54+
API -->|Decoupled Mode| CNS[SERVER_NEW_SESSION]
55+
end
56+
57+
subgraph "Remote Monitoring"
58+
CNS -.->|Implicit & Seamless| SRV[Lila Server]
59+
SRV -->|Storage| MDB[(Master Table)]
60+
SRV -->|Analysis| MON[Monitoring UI / Dashboard]
61+
end
62+
63+
%% Styles for a professional Lila-Look
64+
style App fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px
65+
style SRV fill:#ce93d8,stroke:#4a148c,stroke-width:2px
66+
style API fill:#e1f5fe,stroke:#01579b,stroke-width:2px
67+
style MDB fill:#f3e5f5,stroke:#7b1fa2
68+
69+
4670
---
4771
## Fast integration
4872
* Setting up LILA means creating a package by copy&paste (refer [documentation file "setup.md"](docs/setup.md))

0 commit comments

Comments
 (0)