Skip to content

Commit 341cfc9

Browse files
author
SPRINX0\prochazka
committed
AI assistant screenshot
1 parent 4fa3b66 commit 341cfc9

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

content/features/sqledit.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ SQL Generator allows to create SQL scripts from database. It has following optio
2727
* Drop
2828
You can combine options from all DB objects and generate customized SQL script containing database structure and data
2929

30-
<!-- ## Demo links
31-
These links points to demo.dbgate.org, feel free to play with it
32-
* [Query designer](https://demo.dbgate.org/#favorite=designer) -->
30+
## AI Assistant (Premium)
31+
Use AI service for create and modify your queries. DbGate AI internally uses OpenAI API, but it knows structure if your database, so it could generate queries with right tables and columns.
32+
33+
* Text to SQL - describe your query, DbGate will generate SQL query for you
34+
* Code completion - insert snippet on cursor
35+
* Change query - modify your query from task in natural language
36+
37+
You could use any language, which is supported by OpenAI (almost all languages - English, French, German, Spanish, Portuguese, Italian, Japanese, Chinese, Korean, etc.)
38+
39+

data/screenshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
description: Run query on MongoDB database
2525
- name: sqlpreview
2626
description: SQL preview
27+
- name: aiassistant
28+
description: AI Assistant
2729
- feature: designer
2830
items:
2931
# - name: mongoquerydesign
183 KB
Loading
182 KB
Loading

0 commit comments

Comments
 (0)