CLI for SQLite Databases with auto-completion and syntax highlighting
The main features of dbcli/litecli are: Database Clients, Advanced CLI Tools, CLI Tools, कमांड लाइन इंटरफेस, Command Line Tools.
Open-source alternatives to dbcli/litecli include: laixintao/iredis — Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting. dbcli/mycli — mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal… dbcli/pgcli — pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an… httpie/cli — This project is a terminal-based HTTP client designed for interacting with web services, debugging APIs, and… dbcli/mssql-cli — A command-line client for SQL Server with auto-completion and syntax highlighting. natemcmaster/commandlineutils — Command line parsing and utilities for .NET.
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an interactive SQL shell and query editor that allows users to inspect schemas, manage connections, and run queries against PostgreSQL data sources. The tool is distinguished by its real-time, schema-aware autocompletion for keywords, tables, and columns, as well as dynamic SQL syntax highlighting. It provides safety mechanisms through transaction-aware guardrails that warn against or block destructive statements when no active transaction is detected. Broad capabilities include secure
mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal interface for executing queries and managing MySQL connections, incorporating an integrated assistant that uses large language models to generate and analyze SQL statements based on the current database schema. The tool provides specialized query authoring capabilities, including context-sensitive syntax suggestions, fuzzy-matching identifier completion for tables and columns, and the ability to handover query buffers to external system text editors. It distinguishes its connec
A command-line client for SQL Server with auto-completion and syntax highlighting