You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Built on top of PDO with **zero external dependencies**, it offers:
36
36
-**ActiveRecord Pattern** - Optional lightweight ORM for object-based database operations with relationships (hasOne, hasMany, belongsTo, hasManyThrough), eager/lazy loading, and query scopes
37
37
38
38
**Developer Experience:**
39
-
-**🖥️ Interactive TUI Dashboard** - Real-time database monitoring with full-screen terminal interface. Monitor active queries, connection pool, cache statistics, and server metrics. Kill long-running queries, view query details, and track performance metrics in real-time. Launch with `pdodb ui`
39
+
-**🖥️ Interactive TUI Dashboard** - Real-time database monitoring with full-screen terminal interface. 8 panes across 2 screens: Active Queries, Connection Pool, Cache Statistics, Server Metrics, Schema Browser, Migration Manager, Server Variables, and SQL Scratchpad. Features include global search filter, query inspection, performance tracking, query management, and keyboard navigation. Launch with `pdodb ui`
40
40
-**CLI Tools** - Database management, user management, dump/restore, migration generator, seed generator, model generator, schema inspector, interactive query tester (REPL)
41
41
-**Enhanced EXPLAIN** - Automatic detection of full table scans, missing indexes, and optimization recommendations
42
42
-**Exception Hierarchy** - Typed exceptions for precise error handling
@@ -47,7 +47,7 @@ Built on top of PDO with **zero external dependencies**, it offers:
47
47
-**Plugin System** - Extend PdoDb with custom plugins for macros, scopes, and event listeners
48
48
49
49
**Production Ready:**
50
-
-**Fully Tested** - 2325 tests, 7759 assertions across all dialects
50
+
-**Fully Tested** - 3806 tests, 12180 assertions across all dialects
0 commit comments