Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>AtlasDBNew to Visual Studio Code? Get it now.
AtlasDB

AtlasDB

pmirof

|
1 install
| (1) | Free
A lightweight MySQL database explorer and table editor for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AtlasDB

AtlasDB is a lightweight MySQL database explorer for Visual Studio Code.

It focuses on a practical MVP workflow: create secure MySQL connections, browse tables and views, inspect table structure, view and edit data, run SQL, and export results.

Features

  • MySQL connection manager from the Activity Bar.
  • Secure password storage using VS Code SecretStorage.
  • Database explorer with connections, databases, tables, views, fields, indexes and triggers.
  • Table data viewer with:
    • pagination
    • column sorting
    • basic SQL WHERE filtering
    • inline cell editing when the table has a primary key
    • CSV and JSON export
  • Basic SQL query editor.
  • Table structure viewer/editor for MySQL fields.
  • AtlasDB Output Channel with query timings and errors.

Requirements

  • VS Code compatible with the extension engine in package.json.
  • A reachable MySQL server.
  • A MySQL user with the permissions needed for the operations you run.

Basic Usage

  1. Open the AtlasDB Activity Bar view.
  2. Click Add Connection.
  3. Fill in the MySQL connection form.
  4. Save the connection.
  5. Expand the connection and database.
  6. Open Tables or Views.
  7. Click a table to view data.
  8. Use the table toolbar for pagination, sorting, filtering and export.
  9. Use AtlasDB: New Query to open the SQL editor.

Current Limitations

  • MySQL is the only implemented driver in v0.1.0.
  • PostgreSQL and SQL Server are intentionally not supported yet.
  • Table data editing requires a primary key.
  • The WHERE filter accepts SQL text and relies on MySQL for validation.
  • Index and trigger editing is not implemented yet.
  • No SQL autocomplete yet.

Roadmap

  • Full index editor.
  • Full trigger editor.
  • Better column type picker.
  • PostgreSQL support.
  • SQL Server support.
  • Query history.
  • SQL autocomplete.
  • Safer migration previews for schema changes.

Security Notes

AtlasDB never stores passwords in globalState and never logs passwords. Passwords are stored with VS Code SecretStorage.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft