# Kanel - PostgresSQL 에서 Typescript types 생성하기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9862](https://news.hada.io/topic?id=9862)
- GeekNews Markdown: [https://news.hada.io/topic/9862.md](https://news.hada.io/topic/9862.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-07-18T10:46:01+09:00
- Updated: 2023-07-18T10:46:01+09:00
- Original source: [github.com/kristiandupont](https://github.com/kristiandupont/kanel)
- Points: 12
- Comments: 0

## Topic Body

- 실행중인 PostgreSQL DB에서 스키마를 읽어서 타입을 생성하는 Reverse ORM 같은 도구   
- ORM을 싫어하지만 데이터베이스 접근 코드에 대한 인텔리센스 및 타입 체킹을 원하는 사람을 위한 것   
- Postgres 접속 정보와 DB만 주면 동작   
`$ npx kanel -d postgresql://localhost:5432/acme -o ./src/models`

## Comments



_No public comments on this page._
