📄️ Query Runners Overview
Legion Query Runners provides a unified interface for connecting to and querying different database systems. Each query runner is designed to handle the specific features and requirements of its respective database system while providing a consistent API.
📄️ SQLite
The SQLite query runner allows you to connect to and query SQLite database files. It's lightweight and perfect for local development or small applications.
📄️ Microsoft SQL Server
The Microsoft SQL Server query runner allows you to connect to and query Microsoft SQL Server databases, including Azure SQL Database.
📄️ MySQL
The MySQL query runner allows you to connect to and query MySQL and MariaDB databases. It also includes a specialized runner for Amazon RDS MySQL instances.
📄️ PostgreSQL
The PostgreSQL query runner allows you to connect to and query PostgreSQL databases, including variants like Redshift, RedshiftIAM, and CockroachDB.
📄️ Oracle
The Oracle query runner allows you to connect to and query Oracle databases, supporting both direct connections and DSN service names.
📄️ BigQuery
The BigQuery query runner allows you to connect to and query Google BigQuery datasets, with support for authentication via service accounts and Application Default Credentials (ADC).