Getting Started

Products

Infrastructure

Managing Your Database

Manage your Globe DB databases through the dashboard, including data manipulation, SQL queries, external client connections, and database deletion.

The Globe dashboard is the central hub for managing your databases. It provides an integrated studio for data manipulation and the credentials needed to connect from external clients.

Accessing the Dashboard

  1. Navigate to the Globe dashboard.
  2. Go to the Databases tab in the main navigation.

This page displays a list of all the databases you have created. If you have not created a database yet, this page will be empty.

Interacting with Data

The Globe dashboard integrates Outerbase Studio, allowing you to directly query, edit, and manage your data. To open the studio, click on a database name from your list.

The studio allows you to:

  • Browse: View the schema, tables, and rows
  • Query: Write and execute raw SQL queries
  • Edit: Insert, update, or delete rows

Connecting from External Tools

You can connect to your Globe DB from any client that supports the LibSQL protocol.

To find your credentials:

  1. From the database list, click the menu icon (⋮) next to the database name.
  2. Select Connect to database from the menu.
  3. Scroll to the Connect using any LibSQL Client section to find your URL and generate a token.

Deleting a Database

Deleting a database is an irreversible action and will permanently erase all of its data.

  1. From the database list, click the menu icon (⋮) next to the database name.
  2. Select the Delete option.
  3. Confirm the action by typing the name of the database.

Database Limits

Projects on the free tier have the following limits:

  • Two active databases per project
  • 1GB of storage per database

To create a new database when at your limit, you must first delete an existing one.

Related Topics