[SQL] DB 서버-클라이언트 호환성 정리
※ 대표적인 DB 서버구분DB 서버 (Server) 설명 관계형 MySQL, MariaDB, PostgreSQL, Oracle DB, MS SQL Server, SQLite일반적으로 설치형 서버 비관계형 MongoDB, Redis, Cassandra, etcKey-Value / Document 기반 등 ※ 대표적인 DB 클라이언트구분 DB 클라이언트 (Client) 설명 GUI HeidiSQL, DBeaver, DataGrip, MySQL Workbench, pgAdmin, TablePlus시각적 인터페이스 제공 CLI mysql, psql, sqlcmd터미널 기반 접속 도구GUI : 그래픽 사용자 인터페이스 (Graphical User Interface)CLI : 명령줄 사용자 인터페이스 (Com..
2025. 8. 2.