Connect to UniverSQL using DBeaver's built-in Snowflake driver. Since UniverSQL implements Snowflake's SQL API, you can use all of DBeaver's Snowflake features.
- Install DBeaver from dbeaver.io
- Click "New Database Connection"
- Select "Snowflake" as the database
- Enter the following details:
- URL:
localhostcomputing.com
- Port:
8084
- Warehouse: (leave empty)
- Database: Your database name
- Schema: Your schema name
- Authentication: Basic
- Username: Your Snowflake username
- Password: Your Snowflake password
- Full SQL editor support
- Visual query builder
- Data export and import
- Schema browser
- Table and data viewers
- Query history
- ERD visualization