Skip to main content

Creating Databases

This guide covers the step-by-step process for creating new databases in Boltic Tables.

Quick Creation Process

StepActionDetails
1Choose ConnectorBoltic Cloud (Recommended - instant setup)
Cloud Connectors (Advanced - existing infrastructure)
2Access CreationTables workspace → "Search for a database" → "Create Database"
3ConfigureDisplay Name: User-friendly (e.g., "Customer Analytics DB")
Slug Name: Technical ID (e.g., customer-analytics-db) ⚠️ Cannot be changed
4CreateReview settings → Click "Create" → Wait for confirmation

Database Management Interface

Create Database Interface

Configure Database Settings

Required Information

FieldPurposeExampleNotes
Display NameHuman-readable identifier shown in UI"Customer Analytics DB"Can be changed later
Slug NameTechnical identifier used in URLs/APIscustomer-analytics-db⚠️ Cannot be changed

Naming Guidelines

Display Names:

  • Use descriptive, human-readable names
  • Include purpose and environment if helpful
  • Example: "Production Customer Data (US East)"

Slug Names:

  • Use kebab-case: production-customer-data
  • Keep them short but descriptive
  • Avoid special characters except hyphens
  • Plan carefully as they cannot be changed
  • Example: prod-customer-useast1

External Resource Selection

Note: External Resource Selection only appears with Cloud Connectors (AWS/GCP).

For Cloud Connectors:

  • Select from your available linked resources
  • Each resource represents a database instance in your cloud
  • Resources must be linked before they appear in the dropdown

What Happens After Creation?

Once created, your database:

  • Appears in Navigation: Shows in the database dropdown with instance label
  • Ready for Tables: You can immediately start creating tables
  • Maintains Context: System remembers your last selected database

Next Steps