File size: 1,528 Bytes
1da8860
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# VS Code Extension: SQL Query Builder and Database Schema Navigator

> A VS Code extension for backend developers and data engineers that provides a visual SQL query builder panel, live database schema browser for PostgreSQL, MySQL, and SQLite, query history with execution time tracking, and one-click result export to CSV or JSON. Features syntax-aware query completion, automatic query formatting, and a parameterized query template library for common database patterns.

## Features

- Core functionality

## Installation

### From VS Code Marketplace
1. Open VS Code
2. Press `Ctrl+P` (or `Cmd+P` on Mac)
3. Type `ext install digitalforge.2d71a7e3`
4. Press Enter

### From VSIX file
1. Download the `.vsix` file
2. In VS Code: `Extensions > ··· > Install from VSIX`
3. Select the downloaded file

## Usage

Press `Ctrl+Shift+P` and search for `VS Code Extension: SQL Query Builder and Database Schema Navigator` to see all available commands.

**Keyboard shortcut:** `Ctrl+Shift+Alt+A` (or `Cmd+Shift+Alt+A` on Mac)

## Settings

| Setting | Default | Description |
|---------|---------|-------------|
| `2d71a7e3.enabled` | `true` | Enable/disable the extension |
| `2d71a7e3.autoRun` | `false` | Auto-run on file open |
| `2d71a7e3.logLevel` | `"info"` | Log verbosity |

## Requirements

- VS Code 1.74.0 or higher

## Contributing

Found a bug? [Open an issue](https://github.com/digitalforge/2d71a7e3/issues).

## License

MIT — see [LICENSE](LICENSE) for details.