DuckDB SQLTools vscode extension v1.0.0 Preview release #1
RandomFractals
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🥳 Happy to announce the first release of DuckDB SQLTools for VSCode and VSCodium users.
DuckDB SQL Tools extension adds DuckDB support to VSCode IDE, and provides database schema and SQL query API and user interfaces for the popular SQLTools extension, SQL query editor, SQL language server, and data processing tools.
Features
DuckDB SQL Tools extension adds the following capabilities to VSCode IDE for working with DuckDB instances:
CSV
andParquet
data files with DuckDB HTTPFS extensionCSV
andJSON
data formatsSee SQLTools documentation for a comprehensive list of SQLTools extension features contributed to VSCode IDE.
Installation
Install DuckDB SQL Tools extension from VSCode marketplace in your browser by clicking on Install button in the extension info page header.
Alternatively, you can install this extension directly in VSCode IDE from Extensions tab (
ctrl+shift+x
) by searching forDuckDB
.Users of VSCodium and other VSCode-based IDEs can install DuckDB SQL Tools extension using
.vsix
extension package attached to the Assets section in published releases of this extension on Github. Follow install from .vsix instructions in your VSCode extensions compatible IDE or online container service to install it.Feedback
Use DuckDB SQL Tools Github Discussions portal to submit your feedback, share examples of how you are using this VSCode extension, or request new trivial and premium features. Our aim is to make DuckDB more accessible and easier to use in VSCode IDE and Terminal.
🤗
Beta Was this translation helpful? Give feedback.
All reactions