wosledon / SmileDB

A tool to interact with multiple database systems inside VSCode (:

Home Page:https://marketplace.visualstudio.com/items?itemName=eat4.smiledb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmileDB

Current State: This extension is not being actively maintained. Updates/Features will be added when i have the time and inspiration. Nonetheless, enjoy the extension : )!

Interact with MySQL, PostgreSQL, MSSQL, MongoDB, MariaDB and Redis inside VSCode.

Features

  • Connections
    • Manage connection configs for supported database systems (global or workspace)
    • List databases, tables, functions, procedures inside the sidebar
    • List open connections (SmileDB.openActiveConnections)
    • Readonly
  • Table
    • Read, write, update and delete data
    • Filter (database-side or cliend-side)
    • Search
    • Export data to CSV, TXT or Clipboard
    • Execute SQL Queries (no code highlight/intellisense)

Video Preview

Documentation

Supported database systems

  • PostgreSQL
  • MySQL
  • MSSQL
  • MongoDB
  • MariaDB
  • Redis

About

A tool to interact with multiple database systems inside VSCode (:

https://marketplace.visualstudio.com/items?itemName=eat4.smiledb

License:MIT License


Languages

Language:TypeScript 93.2%Language:CSS 5.4%Language:JavaScript 1.2%Language:TSQL 0.2%