{"id":13724410,"url":"https://github.com/cometkim/jdbc-jett-renderer","last_synced_at":"2025-10-28T10:32:18.030Z","repository":{"id":40444157,"uuid":"146188221","full_name":"cometkim/jdbc-jett-renderer","owner":"cometkim","description":"엑셀 스프레드시트 템플릿에 MySQL DB 메타데이터 렌더링하기","archived":false,"fork":false,"pushed_at":"2023-12-15T02:16:37.000Z","size":70,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T14:38:26.506Z","etag":null,"topics":["excel-export","groovy","spring"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cometkim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-26T14:34:17.000Z","updated_at":"2019-04-23T06:09:58.000Z","dependencies_parsed_at":"2024-01-10T21:05:18.101Z","dependency_job_id":null,"html_url":"https://github.com/cometkim/jdbc-jett-renderer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometkim%2Fjdbc-jett-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometkim%2Fjdbc-jett-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometkim%2Fjdbc-jett-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometkim%2Fjdbc-jett-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cometkim","download_url":"https://codeload.github.com/cometkim/jdbc-jett-renderer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238637972,"owners_count":19505512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["excel-export","groovy","spring"],"created_at":"2024-08-03T01:01:56.696Z","updated_at":"2025-10-28T10:32:12.679Z","avatar_url":"https://github.com/cometkim.png","language":"Groovy","funding_links":[],"categories":["Groovy"],"sub_categories":[],"readme":"# jdbc-jett-renderer\n\n소개글: [DB 분석서 쓰기 싫어요 - JETT로 분석서 뽑아내기](https://blog.cometkim.kr/posts/introduction-to-jdbc-jett-renderer/)\n\n## 설명\n\n[JETT](http://jett.sourceforge.net)는 [JEXL 표현식](http://commons.apache.org/proper/commons-jexl)을 지원하는 엑셀 스프레드시트 템플릿 엔진입니다.\n\nDB 분석서를 한땀한땀 써내려가기엔 인생이 너무 짧으므로 Spring Boot, JDBC, JETT를 활용하여 자동화합니다.\n\n## 목표\n\nDB 지원\n- MySQL / MariaDB\n- 다른 DB는 아직 추가 지원 계획 없음...\n\n기능\n- [x] DB 메타데이터 시트에 렌더링\n- [x] DB 커넥션 테스트\n- [ ] DB 테이블 별 시트 생성\n- [ ] CLI 모드\n- [ ] Docker 컨테이너\n- [ ] 커스텀 태그 라이브러리\n\n## 타입 정보\n\n### Bean\n\n시트에 전달되는 컨텍스트 정보\n\n인터페이스: `Map\u003cString, Object\u003e`\n\n| 이름 | 타입 | 설명 |\n| ---- | ---- | ---- |\n| jdbc | [`net.sf.jett.jdbc.JDBCExecutor`](http://jett.sourceforge.net/misc/jdbc_executor.html) |  |\n| tables | `List\u003c*Object\u003e` | 테이블 목록, *Object 구조는 TableInfo로 정의 |\n\n### TableInfo\n\n인터페이스: `Map\u003cString, Object\u003e`\n\n| 이름 | 타입 | 설명 |\n| ---- | ---- | ---- |\n| name | `String` | 테이블 이름 |\n| comment | `String` | 테이블 커멘트 |\n| columns | `List\u003c*Object\u003e` | 컬럼 목록, *Object 구조는 ColumnInfo로 정의 |\n\n### ColumnInfo\n\n인터페이스: `Map\u003cString, Object\u003e`\n\n| 이름 | 타입 | 설명 |\n| ---- | ---- | ---- |\n| name | `String` | 컬럼 이름 |\n| type | `String` | 컬럼 타입 이름 |\n| comment | `String` | 컬럼 커멘트 |\n| isNullable | `Boolean` | 컬럼 NULLABLE 여부 |\n| isAutoIncrement | `Boolean` | 컬럼 AUTO_INCREMENT 여부 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometkim%2Fjdbc-jett-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcometkim%2Fjdbc-jett-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometkim%2Fjdbc-jett-renderer/lists"}