Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-pozd committed Nov 11, 2024
0 parents commit 5adcbf9
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [1.0.1] - 2024-11-11
### Added
- Updated Readme with Aiven Resources

## [1.0.0] - 2024-11-10
### Added
- Initial release of SQL Optimizer.
- Added support for query optimization.
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<div align="center">
<h1>

<picture>
<source srcset="https://github.com/aiven/aiven-sql-optimizer-vscode/raw/main/assets/images/aiven_logo_dark_theme.png" media="(prefers-color-scheme: dark)">
<img src="https://github.com/aiven/aiven-sql-optimizer-vscode/raw/main/assets/images/aiven_logo.png" width=800>
</picture>

<b>SQL Optimizer by Aiven</b>

</h1>

<h3>Optimize your SQL queries with <a href="https://aiven.io">Aiven</a> for improved performance and efficiency.</h3>

[![Version](https://img.shields.io/visual-studio-marketplace/v/Aiven.aiven-sql-optimizer-extension?style=for-the-badge&color=%23e38a14
)](https://marketplace.visualstudio.com/items?itemName=Aiven.aiven-sql-optimizer-extension)
[![Ratings](https://img.shields.io/visual-studio-marketplace/r/Aiven.aiven-sql-optimizer-extension?style=for-the-badge&color=%23e38a14)](https://marketplace.visualstudio.com/items?itemName=Aiven.aiven-sql-optimizer-extension)


<br/>

<video src="https://github.com/aiven/aiven-sql-optimizer-vscode/raw/main/assets/videos/how_to_use.mp4" controls loop muted autoplay title="How to use Aiven SQL Optimizer" width=1000></video>

</div>


## Optimize a SQL Query:

<p> 1. Select the desired SQL query text in the editor.</p>
<p> 2. Right-click the selected text or press <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> to open the Command Pallete.</p>
<p> 3. Select <kbd>Optimize SQL with Aiven</kbd></p>

<br/>


## Suported Databases

Aiven focuses on optimizing your experience with MySQL, PostgreSQL, Aurora for MySQL, MariaDB and Percona Server. Some of Aiven's recommendations may apply to other databases such as Oracle and SQL Server as well.

<br/>

## Aiven Resources

<p><a href="https://aiven.io/tools/sql-query-optimizer">Online SQL Optimizer for PostgreSQL and MySQL</a></p>
<p><a href="https://aiven.io/tools/sql-formatter">SQL Formatter</a></p>
<p><a href="https://aiven.io/tools/sql-syntax-checker">SQL Syntax Checker</a></p>


<br/>

## Release Notes

### 1.0.1

- Updated Readme with Aiven Resources

### 1.0.0

- Initial release of Aiven SQL Optimizer

Binary file added assets/images/aiven_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/aiven_logo_dark_theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/videos/how_to_use.mp4
Binary file not shown.

0 comments on commit 5adcbf9

Please sign in to comment.