Query
Learn how to query your databases to retrieve the information you need.
-
Notebooks
How to open and use a Notebook
-
Autocomplete
Autocomplete simplifies SQL query creation by offering a context menu of intelligent, context-aware suggestions. These include table names, column names, and SQL keywords, helping you write queries faster and more accurately.
-
Inline Completion
Inline Completion uses AI to enhance SQL coding productivity and generate schema aware SQL directly within your editor, enabling you to create complex queries, or ask natural language questions.
-
Chat
The Chat feature in DBCode enables interactive communication with your database directly in Visual Studio Code. Use natural language to generate queries to retrieve, and edit data effortlessly, enhancing productivity and simplifying database management.
-
History
History automatically logs executed SQL queries, allowing you to review, reuse, and manage past queries with ease.