DBMS/Vertica
VS Code에서 Vertica 연결하기
yororing
2024. 3. 20. 18:07
00 개요
1. 목적
- Visual Studio Code (VS Code)에서 Vertica DB에 연결 및 SQL 문 사용하여 데이터 조회하기
2. VS Code란
- an open-source platform used for code editing and debugging, syntax highlighting, and code compilation
- can connect to a container running a different OS and use any VS Code plugin for that environment
- The code in VS Code can be customized and enhanced through the Extension APIs
- provides a platform to create connection to databases, query them, and view results
3. 필요한 설치
- VS Code와 Vertica를 연결하기 위해 extensions, SQL Tools, SQL Tools Vertica driver 설치 필요