Skip to content

Manage local databases

Work in Progress

To manage your local databases effectively, you can use TablePlus for database management and DBngin for setting up local database servers. Follow these steps to get started:

  1. Install TablePlus

  2. Install DBngin

  3. Set Up a Local Database with DBngin

    • Open DBngin and create a new database server by selecting the desired database type (e.g., MySQL, PostgreSQL, etc.).
    • Configure the server settings (e.g., port, version) and start the server.
  4. Connect to the Database Using TablePlus

    • Open TablePlus and click on “Create a New Connection.”
    • Select the database type that matches your DBngin server.
    • Enter the connection details (host, port, username, password) provided by DBngin.
    • Test the connection and save it.
  5. Manage Your Database

    • Use TablePlus to browse tables, run queries, and manage your database schema.
    • You can also export and import data as needed.
  6. Stop the Database Server

    • When you’re done, stop the database server in DBngin to free up system resources.