Skip to content

Creating a Base

In Basemulti, you can create a blank base from scratch or connect to an existing base. This guide will introduce both methods of creating a base.

Creating a Blank Base

Creating a brand new blank base is very simple:

  1. Click the "Create Base" button in the corresponding workspace on the left
  2. Select "Blank Base"
  3. Enter the base name
  4. Click the "Create" button to complete the operation

Creating a Blank Base

After creation, you can:

  • Add new tables
  • Define table structures
  • Import data
  • Establish relationships between tables

Connecting to an Existing Database

Basemulti supports connecting to various types of bases:

  1. MySQL
  2. PostgreSQL
  3. SQLite
  4. MariaDB

Connection Steps

  1. Click the "Create Base" button in the workspace
  2. Select "External Data"
  3. Select the base type
  4. Fill in the connection information
  5. Click "Test Connection" to verify if the connection is successful
  6. Click the "Create Connection" button to complete the operation

Connecting to a Base

TIP

It is recommended to ensure before connecting to a base:

  • The base server allows remote connections
  • You have the correct access permissions
  • The network connection is stable

Operations After Connection

After successfully connecting to a database, you can:

  1. Browse the existing table structures
  2. Create new views
  3. Manage data
  4. Synchronize data when the data source structure changes

WARNING

When connecting to an external database, please note:

  • Ensure the security of the database connection information
  • Pay attention to the database's load situation

Released under the MIT License.