CG/SQL
SQLite용 Stored Procedure 코드 생성기.
CG/SQL is a compiler that converts a SQL Stored Procedure like language into C for SQLite. SQLite has no stored procedures of its own. CG/CQL can also generate other useful artifacts for testing and schema maintenance.
Features
- Stored Procedure 가 없는 SQLite 를 위해 T-SQL로 작성된 스토어드 프로시져를 SQLite C API를 사용하는 C 코드로 변환하는 컴파일러
- 큰 쿼리로 구성된 아주 복잡한 스토어드 프로시져도 잘 처리하며, 타입 및 메소드 검사를 수행
- 스키마 관리/업그레이드, 테스트코드 작성, Java 및 Obj-C 연계코드등을 지원
- MIT 라이센스 오픈소스