Implement a CLI shell that can attach directly to the LoremDB database. The CLI should provide an interactive interface for users to execute queries, manage data, and perform administrative tasks. Key features:
- Connect to a running LoremDB instance
- Provide command history and inline help
- Support for common database operations (CRUD, schema management, transactions, etc.)
- Display query results in a readable format
This feature will make interacting with the database easier for developers and administrators.
Implement a CLI shell that can attach directly to the LoremDB database. The CLI should provide an interactive interface for users to execute queries, manage data, and perform administrative tasks. Key features:
This feature will make interacting with the database easier for developers and administrators.