Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>MatuDBNew to Visual Studio Code? Get it now.
MatuDB

MatuDB

DevJuanes

|
1 install
| (0) | Free
MatuDB - Self-hosted PostgreSQL database for VS Code. Connect to your MatuDB projects, explore tables, and generate code snippets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MatuDB for VS Code

A VS Code extension for MatuDB - Self-hosted PostgreSQL database platform built by DevJuanes from Cali, Colombia.

Features

📊 MatuDB Explorer

  • Connect to your MatuDB projects directly from VS Code
  • Browse tables and their columns
  • Quick actions for CRUD operations

💡 Code Snippets

  • 20+ pre-built snippets for MatuDB API
  • IntelliSense support for TypeScript and JavaScript
  • Covers: SELECT, INSERT, UPDATE, DELETE, Auth, Realtime, Storage

🔌 Connection Manager

  • Save multiple project connections
  • Connections stored per workspace folder
  • Easy switching between projects

🚀 Scaffold Tools

  • Generate full MatuDB project structure
  • Create CRUD services
  • Generate TypeScript models

Installation

  1. Open VS Code
  2. Press Ctrl+P / Cmd+P
  3. Type: ext install devjuanes.matudb
  4. Restart VS Code

Or search for "MatuDB" in the VS Code Extensions Marketplace.

Quick Start

  1. Open a workspace folder
  2. Click the MatuDB icon in the VS Code Activity Bar (left sidebar)
  3. Click MatuDB: Login
  4. Login in your browser, paste JWT token in VS Code, and pick your project
  5. Start exploring your database!

Commands

Command Description
MatuDB: Login Login with browser + JWT token and pick project
MatuDB: Connect to Project Connect to a MatuDB project
MatuDB: Disconnect Disconnect from current project
MatuDB: Refresh Explorer Refresh the database explorer
MatuDB: Scaffold Project Generate MatuDB project boilerplate
MatuDB: New Query Open a new query file

Snippets

Type mudb- to see all available snippets:

Prefix Description
mudb-client MatuDB client setup
mudb-select SELECT query
mudb-insert INSERT statement
mudb-update UPDATE statement
mudb-delete DELETE statement
mudb-auth-login Auth sign in
mudb-realtime Realtime subscription
mudb-upload File upload
mudb-storage-url Get public URL

Configuration

{
  "matudb.connections": {
    "my-project": {
      "url": "http://localhost:3001",
      "projectId": "my-project",
      "apiKey": "",
      "jwt": "your-platform-jwt"
    }
  }
}

Built by DevJuanes

MatuDB and this extension are developed by Juan Esteban Landazuri (DevJuanes) from Cali, Colombia.

  • 🌐 https://devjuanes.com
  • 🐙 https://github.com/DevJuanes
  • 📦 npm: @devjuanes/matuclient

License

MIT License - Copyright (c) 2024-2026 DevJuanes

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