All Projects → AlexCovizzi → Vscode Sqlite

AlexCovizzi / Vscode Sqlite

Licence: apache-2.0
VSCode extension to explore and query SQLite databases.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Sqlite

Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+538.79%)
Mutual labels:  sqlite, vscode
dotfiles
Configs for apps I care about
Stars: ✭ 19 (-83.62%)
Mutual labels:  sqlite, vscode
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-4.31%)
Mutual labels:  sqlite
Sql Kit
*️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
Stars: ✭ 115 (-0.86%)
Mutual labels:  sqlite
Sqhell.vim
An SQL wrapper for vim
Stars: ✭ 113 (-2.59%)
Mutual labels:  sqlite
Ubuntu On Steroids
Developer setup & configuration guide for Ubuntu.
Stars: ✭ 111 (-4.31%)
Mutual labels:  vscode
Jianso movie
🎬 电影资源爬虫,电影图片抓取脚本,Flask|Nginx|wsgi
Stars: ✭ 114 (-1.72%)
Mutual labels:  sqlite
I18n Ally
🌍 All in one i18n extension for VS Code
Stars: ✭ 1,931 (+1564.66%)
Mutual labels:  vscode
Dendron
The personal knowledge management (PKM) tool that grows as you do!
Stars: ✭ 2,538 (+2087.93%)
Mutual labels:  vscode
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-3.45%)
Mutual labels:  vscode
Geo Data Viewer
🗺️ Geo Data Viewer w/0 Py 🐍 || pyWidgets ⚙️ || pandas 🐼 || @reactjs ⚛️ required to gen. some snazzy maps 🗺️ with keplerGL ...
Stars: ✭ 115 (-0.86%)
Mutual labels:  vscode
Vscode Clang Format Provider
A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format
Stars: ✭ 112 (-3.45%)
Mutual labels:  vscode
Testable Nodejs Api
Código da série Node.js API testável disponivel no meu canal no youtube
Stars: ✭ 110 (-5.17%)
Mutual labels:  sqlite
Powerup Android
PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.
Stars: ✭ 114 (-1.72%)
Mutual labels:  sqlite
Vscode Azure Blockchain Ethereum
Blockchain extension for VS Code
Stars: ✭ 111 (-4.31%)
Mutual labels:  vscode
Vscode
VSCode file specific icons for improved visual grepping
Stars: ✭ 115 (-0.86%)
Mutual labels:  vscode
Kripton
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Stars: ✭ 110 (-5.17%)
Mutual labels:  sqlite
Bible Database
Bible databases as XML, JSON, SQL & SQLITE3 Database format for various languages. Developers can download it freely for their development works. Freely received, freely give.
Stars: ✭ 111 (-4.31%)
Mutual labels:  sqlite
Node Sqlcipher
SQLCipher bindings for Node
Stars: ✭ 114 (-1.72%)
Mutual labels:  sqlite
Github To Sqlite
Save data from GitHub to a SQLite database
Stars: ✭ 116 (+0%)
Mutual labels:  sqlite

vscode-sqlite

VSCode extension to explore and query SQLite databases.

static/sqlite_workflow_1

Requirements

No requirements

Note: The extension includes binaries for the sqlite cli (used to execute queries), in case the included binaries do not work you need to provide your own path/command for the sqlite cli in the setting sqlite.sqlite3

Features

  • Query sqlite databases and view results in a table.

  • Export query results to json, csv and html.

  • Sidebar explorer: list databases, tables, views and columns.

  • Autocompletion for sqlite keywords, table and views names, column names (autocompletion is available for an sql document once its bound to a database, to bind an sql document to a database use the command SQLite: Use Database)

  • Grammar support for sqlite keywords. This is available for documents with language sqlite. You can mark a document as an sqlite document adding -- sqlite in the first line.

Commands

  • SQLite: New Query   Create a new untitled sqlite file.

  • SQLite: Run Query   Execute query script in the editor.

  • SQLite: Quick Query   Choose a database and execute a query without creating a new document.

  • SQLite: Use Database   Bind current sql document to the selected database.

  • SQLite: Open Database   Open the selected database in the sqlite explorer.

  • SQLite: Close Database   Remove the selected database from the sqlite explorer.

  • SQLite: Refresh Databases   Refresh databases open in the sqlite explorer.

  • SQLite: Show output   Show the extension's output channel.

Settings

  • "sqlite.sqlite3": <string>   sqlite3 command or binaries path.

  • "sqlite.logLevel": <string>   Set output channel log level (DEBUG, INFO, WARN, ERROR).

  • "sqlite.recordsPerPage": <number>   Number of records to show per page. (-1 to show all records).

  • "sqlite.databaseExtensions": <string[]>   The file extensions recognized as SQLite database.

Thanks to the Contributors!

mandel59 (Ryusei YAMAGUCHI), LokiSharp (LokiSharp), MrCodingB(MrCodingB)

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].