anyquery connection
Manage connections to other databases
Synopsis
Anyquery can connect to other databases such as MySQL, PostgreSQL, SQLite, etc. You can add, list, and delete connections.
Each connection has a name, a type, and a connection string. You can also define a small CEL script to filter which tables to import. The connection name will be used as the schema name in the queries. For example, if you have a connection named “mydb”, a schema named “information_schema” and a table named “tables”, you can query it with “SELECT * FROM mydb.information_schema_tables”.
Examples
Options
SEE ALSO
- anyquery - A tool to query any data source
- anyquery connection add - Add a connection
- anyquery connection list - List the connections
- anyquery connection remove - Remove a connection