praisonai-ts CLI provides the db command for database adapter management and testing.
Quick Start
1
Simple Usage
2
With Configuration
Commands Overview
Connect to Database
Test database connectivity:Test Database Operations
Run a full database test:List Adapters
View available database adapters:Database Info
Show database feature information:Supported Database URLs
SDK Usage
db("sqlite:./data.db") returns a real, working SqliteDbAdapter that implements the full session/message/run contract. The createUpstashRedis / createNeonPostgres factories return remote-only key/value transports — not DbAdapters.
Related
Database
SDK persistence
Cache CLI
Cache management

