diff --git a/README.md b/README.md index 6198a99..7f84ab4 100644 --- a/README.md +++ b/README.md @@ -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).