PostgresSQL
MySQL
ClickHouse
Oracle Database
Microsoft SQL Server
Snowflake
Vertica
- Table
- Comma Separated Values (CSV)
- JSON
SELECT, WHERE, and LIMIT clauses to reduce the result size.
Creating a connection
For Snowflake and Vertica, refer to their corresponding documentation pages. For the other database types, you can connect in two ways:Connecting via password
- Access your database server.
- Choose which account and database you wish to connect with.
- In the Blink platform, choose the type of server (Postgres, MySQL, etc.).
- Insert your username and password.
- Insert the hostname (IP or domain) of the server along with the port number to connect with.
- Insert the name of the database to use to connect.