SQL (Structured Query Language)
개발자가 작성한 SQL을 가져다 데이터베이스와 상호작용하는 기술
예로 iBatis와 myBatis가 있다.
https://standout.tistory.com/48
데이터베이스란?
Database 여러 사람이 공유하여 사용할 목적으로 체계화해 통합, 관리하는 데이터의 집합 일반적으로 데이터 테이블, 필드, 레코드 및 관계로 구성 https://ko.wikipedia.org/wiki/%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%
standout.tistory.com
https://standout.tistory.com/91
SQL이란?
SQL Structured Query Language 데이터 베이스를 이용하기 위한 특수 목적의 프로그래밍 언어 https://ko.wikipedia.org/wiki/SQL SQL - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 이 도표는
standout.tistory.com
https://standout.tistory.com/564
ORM 프레임워크란?
ORM (Object-Relational Mapping) 객체와 데이터베이스 간의 매핑을 자동으로 처리하는기술. 예로 JPA가 있다. https://standout.tistory.com/48 데이터베이스란? Database 여러 사람이 공유하여 사용할 목적으로 체계
standout.tistory.com
https://standout.tistory.com/565
iBatis란?
iBatis 데이터베이스를 연결시켜주는 MyBatis와 같은 SQL Mapper 개발자가 직접 SQL을 작성하고 그것을 매핑하여 데이터베이스와 상호작용하는 기술 객체와 관계형 데이터베이스 간의 매핑을 자동으로
standout.tistory.com
'이론' 카테고리의 다른 글
시퀄라이즈란? (0) | 2023.05.03 |
---|---|
ORM의 필요성, JPA는 왜 사용하는걸까? (0) | 2023.05.03 |
myBatis와 iBatis 차이 (0) | 2023.05.03 |
iBatis란? (0) | 2023.05.03 |
ORM 프레임워크란? (0) | 2023.05.03 |