> For the complete documentation index, see [llms.txt](https://byulseop-til.gitbook.io/sinheeseop_til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://byulseop-til.gitbook.io/sinheeseop_til/database/db/datasource.md).

# Data Source

`DB 커넥션 제공 방식(생성/관리)을 인터페이스화, 즉 인터페이스임`\
예로들어, DriverManager 방식을 원하던, Pool 방식을 원하던 구현체만 바꿔 끼우면 된다는 말씀.

* 여기서 왜 **제공 방식** 이냐? 사실상 연결은 다 TCP/IP 쓰겠지. 결국 생성 관리의 차이임
