# sqlparser-kotlin **Repository Path**: chutian0610/sqlparser-kotlin ## Basic Information - **Project Name**: sqlparser-kotlin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQL Parser in Kotlin This project is a Kotlin implementation of SQL parser, inspired by Apache DataFusion's SQL parser ( datafusion-sqlparser-rs). ## Features - ANSI SQL compliant parser - Support for various SQL statements (SELECT, INSERT, UPDATE, DELETE, etc.) - Extensible architecture for custom SQL dialects ## Project Structure ``` ``` ## Usage Add the dependency to your `pom.xml`: ```xml io.github.chutian0610 sqlparser-kotlin 0.0.1 ``` ## Development This project uses Maven as the build tool. To build the project: ```bash mvn clean package # disable kotest auto scan # mvn clean package -Dkotest.framework.classpath.scanning.autoscan.disable=true ``` ## License Apache License 2.0