From e53fba4febe14231a4884193184f6dc9cc06c613 Mon Sep 17 00:00:00 2001 From: yy0931 <54441600+yy0931@users.noreply.github.com> Date: Sat, 17 Aug 2024 18:27:14 +0900 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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).