Skip to main content

Connect to your database

Beta

Lakebase Postgres (Autoscaling Beta) is the next version of Lakebase, available for evaluation only. For production workloads, use Lakebase Public Preview. See choosing between versions to understand which version is right for you.

Learn how to connect to your Lakebase Postgres database project using various clients and authentication methods.

Getting started

Topic

Description

Connection overview

Understand connection strings, authentication methods, and how to connect from apps and frameworks.

Authentication

Learn about OAuth tokens and Postgres password authentication, including token expiration and connection timeouts.

Postgres clients

Connect to your database using standard PostgreSQL client tools:

Client

Description

psql

PostgreSQL's built-in command-line client. Provides direct, interactive access to your database with full Postgres functionality.

pgAdmin

Open source graphical administration tool. Offers a visual interface for managing databases, running queries, and monitoring performance.

DBeaver

Universal database management tool. Supports multiple database types with a rich set of features for database administration.

For more information about using Postgres clients, see Postgres clients.

Built-in tools

Use Lakebase's built-in tools to query and manage your database:

Tool

Description

SQL Editor

Run queries, manage database objects, and explore your data using the web-based SQL editor.

Tables editor

View, edit, and manage data and schemas through a visual interface.

Private connectivity

Topic

Description

Connect over AWS PrivateLink

Enable private network connectivity using AWS Service-Direct Front-end PrivateLink to keep database traffic within your private network.

Next steps