Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yy0931 authored Aug 17, 2024
1 parent acdb5ef commit e53fba4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# SQLite3 Editor for VSCode
To install the extension, search "sqlite3 editor" in VSCode or download a .vsix file from the [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor) and drag it into the extensions view.
This VSCode extension provides a custom editor for SQLite3 databases.\
Its main advantages are:
1. **Seamless integration with VSCode**: Unlike other standalone database clients, this extension allows opening a database file with a single click.
2. **Spreadsheet-like editing experience**: This is a feature missing from other VSCode extensions, and offers a more intuitive editing experience.

## Why Choose This Database Client?
![flowchart](./flowchart.svg)

This database client is optimized for VSCode and SQLite, and provides integration for VSCode's file explorer, text editor, and remote development features.

## Features
Please refer to [https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor](https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor).
For installation and more details, please visit [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor).

0 comments on commit e53fba4

Please sign in to comment.