Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
/ SmileDB Public archive

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

License

Notifications You must be signed in to change notification settings

otis11/SmileDB

Repository files navigation

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