# SQLModel - Python용 SQL DB 라이브러리

> Clean Markdown view of GeekNews topic #4906. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4906](https://news.hada.io/topic?id=4906)
- GeekNews Markdown: [https://news.hada.io/topic/4906.md](https://news.hada.io/topic/4906.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-28T09:30:06+09:00
- Updated: 2021-08-28T09:30:06+09:00
- Original source: [github.com](https://github.com/tiangolo/sqlmodel)
- Points: 14
- Comments: 2

## Topic Body

- 단순성, 호환성, 견고함을 위한 설계

- Python 객체를 이용하여 직관적이고 쉽게 이용

- 다양한 에디터에서 자동 완성 지원

- 합리적인 기본 값과 코드를 단순화 하기 위한 많은 백그라운드 작업을 수행

- FastAPI에서 SQL DB접속을 쉽게하기 위해 만들어짐(같은 개발자)

- Pydantic, SQLAlchemy 를 내부에서 사용하므로, 호환되고 기능을 그대로 이용

## Comments



### Comment 6559

- Author: youth
- Created: 2021-08-28T11:54:50+09:00
- Points: 1

FastAPI에서 Pydantic과 Sqlalchemy의 Model을 따로 사용하기 불편했는데, 이 방법으로 해결하려는 것 같네요.

### Comment 6556

- Author: xguru
- Created: 2021-08-28T09:30:14+09:00
- Points: 1

- FastAPI - API 개발용 고성능 웹 프레임워크 https://news.hada.io/topic?id=3686
