Skip to content

Commit

Permalink
[EDU-5663] Update Edge SQL reference overview (#1378)
Browse files Browse the repository at this point in the history
* feat: add install sql shell guide

* feat: translate install sql shell guide to pt-br

* feat: add edge sql shell commands reference

* feat: translation of reference to pt-br

* feat: minor chnges

* fix: minor adjustmentes

* refactor: exlcude files

* feat: update sql reference

* feat: add items to menu
  • Loading branch information
guiafonso-ol authored Nov 22, 2024
1 parent f51af02 commit 7ae8b11
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ curl --location 'https://api.azion.com/v4/edge_sql/databases/{id_database}/query

You can interact with Edge SQL directly from your terminal using [the edgesql-shell project](https://github.com/aziontech/edgesql-shell). This tool provides a command-line interface for executing SQL commands against your Edge SQL databases.

Check the documentation below for details on how to install and use EdgeSQL Shell.

<LinkButton link="/en/documentation/products/store/sql/install-edge-sql-shell/" label="Go to Edge SQL Shell installation guide" severity="secondary" />
<LinkButton link="/en/documentation/products/store/sql/edge-sql-shell-commands/" label="Go to Edge SQL Shell commands reference" severity="secondary" />

Learn how to master Edge SQL via Terminal. Watch the video below:
<div class="cms-embed">
<iframe width="600" height="400" src="https://www.youtube.com/embed/I1-YHAlwwgs?si=g0mYRZrEkSx_tNhh" loading="lazy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ curl --location 'https://api.azion.com/v4/edge_sql/databases/{id_database}/query

Você pode interagir com o Edge SQL diretamente do seu terminal usando [o projeto edgesql-shell](https://github.com/aziontech/edgesql-shell). Esta ferramenta fornece uma interface de linha de comando para executar comandos SQL em seus bancos de dados Edge SQL.

Consulte a documentação abaixo para detalhes sobre como instalar e usar o EdgeSQL Shell.

<LinkButton link="/pt-br/documentacao/produtos/store/sql/install-edge-sql-shell/" label="Ir para o guia de instalação do Edge SQL Shell" severity="secondary" />
<LinkButton link="/pt-br/documentacao/produtos/store/sql/edge-sql-shell-commands/" label="Ir para a referência de comandos do Edge SQL Shell" severity="secondary" />

---

## Instâncias
Expand Down
23 changes: 23 additions & 0 deletions src/i18n/en/storeMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,29 @@ export default [
},
],
},
{
text: 'Use the EdgeSQL Shell',
type: 'learn',
key: 'edgeSQL/edge-sql-shell',
items: [
{
text: 'Install EdgeSQL Shell',
header: true,
anchor: true,
type: 'learn',
slug: '/documentation/products/store/sql/install-edge-sql-shell/',
key: 'installEdgeSQLShell',
},
{
text: 'EdgeSQL Shell commands',
header: true,
anchor: true,
type: 'learn',
slug: '/documentation/products/store/sql/edge-sql-shell-commands/',
key: 'edgeSQLShellCommands',
}
]
},
{
text: 'Implement Vector Search',
type: 'learn',
Expand Down
23 changes: 23 additions & 0 deletions src/i18n/pt-br/storeMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,29 @@ export default [
},
],
},
{
text: 'Use o EdgeSQL Shell',
type: 'learn',
key: 'edgeSQL/edge-sql-shell',
items: [
{
text: 'Instale o EdgeSQL Shell',
header: true,
anchor: true,
type: 'learn',
slug: '/documentacao/produtos/store/sql/install-edge-sql-shell/',
key: 'installEdgeSQLShell',
},
{
text: 'Comandos do EdgeSQL Shell',
header: true,
anchor: true,
type: 'learn',
slug: '/documentacao/produtos/store/sql/edge-sql-shell-commands/',
key: 'edgeSQLShellCommands',
}
]
},
{
text: 'Implemente o Vector Search',
type: 'learn',
Expand Down

0 comments on commit 7ae8b11

Please sign in to comment.