theseus-rs / rsql

Command line interface for CockroachDB, DuckDB, LibSQL, MariaDB, MySQL, PostgreSQL, Redshift, Snowflake, SQLite3 and SQL Server
https://theseus-rs.github.io/rsql/rsql_cli/
Apache License 2.0
129 stars 5 forks source link

Implement query auto-completion #188

Open brianheineman opened 2 months ago

brianheineman commented 2 months ago

Is your feature request related to a problem? Please describe. When entering a query, provide a user interface that uses the database schema from the connected database to suggest table names, columns, SQL syntax, etc to ease users ability to enter a valid query.

Describe the solution you'd like Functionality similar to https://github.com/dbcli/pgcli