Skip to main content
OrbitLab provides managed MySQL databases that are easy to set up and integrate with your hosting services.

Provisioning a Database

  1. In the Dashboard, navigate to the Databases section.
  2. Click Create New Database.
  3. Choose your database name and credentials.
  4. Your database will be ready for use in seconds.

Connecting to Your Database

Once your database is created, you will be provided with connection details:
  • Host: Usually a local or internal endpoint for OrbitLab services.
  • Port: 3306 (default MySQL port).
  • Username & Password: The credentials you set during creation.

Integrating with PaaS

If you are using OrbitLab’s Application Hosting (PaaS), you can easily inject your database credentials as environment variables (e.g., DATABASE_URL) to securely connect your app.

Management Tools

  • Browse Data: Use our built-in database browser to view and edit tables directly from the dashboard.
  • Backups: Automated backups ensure your data is always protected.
  • Security: Databases are isolated and can be configured to only allow connections from specific services.