All Projects → Bajdzis → vscode-database

Bajdzis / vscode-database

Licence: MIT License
Extension for Visual Studio Code

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to vscode-database

Vscode Postgres
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Stars: ✭ 117 (-11.36%)
Mutual labels:  postgres, vscode-extension
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+461.36%)
Mutual labels:  postgres, vscode-extension
vscode-fortran-support
Fortran language support for Visual Studio Code
Stars: ✭ 49 (-62.88%)
Mutual labels:  vscode-extension
git-emoji-zh
VS code 插件,在 VScode 中提交 git 的时候添加 emoji 表情😝
Stars: ✭ 39 (-70.45%)
Mutual labels:  vscode-extension
oesophagus
Enterprise Grade Single-Step Streaming Data Infrastructure Setup. (Under Development)
Stars: ✭ 12 (-90.91%)
Mutual labels:  postgres
pg-audit-json
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
Stars: ✭ 34 (-74.24%)
Mutual labels:  postgres
px2rem-plus-vscode
Convert px to rem extension for Visual Studio Code.
Stars: ✭ 21 (-84.09%)
Mutual labels:  vscode-extension
sapling
Sapling - A convenient way to traverse your React app in VS Code
Stars: ✭ 440 (+233.33%)
Mutual labels:  vscode-extension
pggen
Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.
Stars: ✭ 151 (+14.39%)
Mutual labels:  postgres
plow
👨‍🌾 Postgres migrations and seeding made easy
Stars: ✭ 13 (-90.15%)
Mutual labels:  postgres
AppWorks
🐻 基于 VS Code 插件的前端研发工具集,站点国内镜像:https://apptools.gitee.io
Stars: ✭ 788 (+496.97%)
Mutual labels:  vscode-extension
vuejs-extension-pack
Popular VS Code extensions for Vue.js development.
Stars: ✭ 32 (-75.76%)
Mutual labels:  vscode-extension
popping-and-locking-vscode
Vivid and well balanced syntax for VS Code.
Stars: ✭ 26 (-80.3%)
Mutual labels:  vscode-extension
vscode-cue
CUE language support for Visual Studio Code
Stars: ✭ 55 (-58.33%)
Mutual labels:  vscode-extension
postgres exporter
Postgres exporter
Stars: ✭ 14 (-89.39%)
Mutual labels:  postgres
akka-persistence-postgres
PostgreSQL plugin for Akka Persistence
Stars: ✭ 57 (-56.82%)
Mutual labels:  postgres
vscode-react-component-generator
A VSCode extension that generates a new React component with its files automatically in VSCode.
Stars: ✭ 18 (-86.36%)
Mutual labels:  vscode-extension
docker-postgres-windows
No description or website provided.
Stars: ✭ 19 (-85.61%)
Mutual labels:  postgres
vscode-csproj
📕 Visual Studio Code extension to keep your csproj files up to date.
Stars: ✭ 19 (-85.61%)
Mutual labels:  vscode-extension
VSCoding-Sequence
VSCode Extension for interactively visualising protein structure data in the editor
Stars: ✭ 41 (-68.94%)
Mutual labels:  vscode-extension

VS Code database

Extension for Visual Studio Code

Build Status

Demo

result

connection

Usage

Check my other extensions!

Awesome tree Repo in GitHub VS Code Marketplace
This extension create structure based on sibling directory. Stop creating folders, start creating structures! Read more

Changelog

  • 2.2.3

    • add insecureAuth connection for mysql #216
    • speed up startup activation - lazy loading mysql and pg dependencies
  • 2.2.2

    • Update dependencies
  • 2.2.1

    • Adopt 'asWebviewUri' API #210
  • 2.2.0

    • Create SQL parser (thanks EPMatt) for fix : #58, #55, #51, #40
    • Fix performance #100
    • Fix spelling #103
  • 2.1.5

    • Fix Query command #85
    • Fix Markdown preview with NULL value #86
  • 2.1.4

    • Fix sidebar provider #82
  • 2.1.3

    • Fixed #78 (disable mangle in webpack config)
  • 2.1.2

    • Update dependencies
  • 2.1.1

    • Fix: add webview to extension pack
  • 2.1.0

    • Migrate JavaScript to TypeScript
    • Add connection SSL with user and password authentication (thanks brooksgarrett)
    • Start using webpack #75
  • 2.0.3

    • Created new form to connect database. Fixed #19
    • Add database icon in sidebar.
    • Query result to csv
    • Connect via SSL to postgres #54
    • Ask for save with password #3
    • New query result (based on markdown)
    • Connect via Socket to mysql #28
    • Connect via SSL to mysql #47
    • Fix SQL Connection error in postgres #63
    • Fix change database in postgres #66
    • Hide password input show if save connection require empty password
  • 1.5.3 - Fixed #59

  • 1.5.2 - Fixed #49

  • 1.5.1 - Fixed #39

  • 1.5.0 - Add new command for run query from SQL files

  • 1.4.1 - Fixed #24, #21

  • 1.4.0 - Show connections and table in TreeView, Start using VSCode Setting

    ( if you update please copy and paste you setting from file ${projectFolder}/.vscode/database.json to VSCode Setting database.connections)

  • 1.3.0 - Execute selected query, new status bars, additional info #25, #30

  • 1.2.0 - Fixed #10, #16, #17

  • 1.1.0 - Fixed #12, #13

  • 1.0.0 - Add postgres database support

  • 0.9.0 - Snippets, Completion Item and Query Advancer Build

  • 0.1.4 - Fixed ASCII table.

  • 0.1.3 - Support ports other than 3306.

  • 0.1.1 - Fixed ASCII table.

  • 0.1.0 - Save database to config.

  • 0.0.2 - Show error message, save config.

  • 0.0.1 - Add mysql database support.

Install

  • Press Shift+Ctrl+P
  • Pick Extensions: Install Extension
  • Find vscode-database

Authors

  • Bajdzis - Extension
  • k--kato - Postgres integration
  • serl - Execute selected query
  • ArtemiusUA - Query result to csv
  • brooksgarrett - Add connection SSL with user and password authenticatio
  • EPMatt - Fix sidebar provider #82, Fix Query command #85, Fix Markdown preview with NULL value #86

License

MIT © Bajdzis

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].