Database connection API
BlazeSQL Database Connector API Implementation Guide Overview This guide describes how to implement a secure API endpoint that enables BlazeSQL to query your database while keeping all query processing within your infrastructure. The API accepts SQL queries, processes them in your environment, and returns the results directly. This functionality can only be used with a BlazeSQL Enterprise subscription. API Specification Request Method: POST Content-Type: application/jsonFew readersConnecting your Database
Connecting Your Database This guide walks you through connecting your database to BlazeSQL so you can start querying your data with natural language. Supported Database Types BlazeSQL supports the following databases: PostgreSQL MySQL SQL Server MariaDB Oracle Snowflake Redshift BigQuery Clickhouse Databricks SQL Anywhere Athena Step 1: Choose Your Database Type After signing in, click "Connect Database" from the onboarding wizard or from Settings → DaFew readers
