anandnalya / scala-sql-parser

SQL parser written using Scala's parser combinator library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Parser written in Scala

This is an attempt to build a functional SQL parser which resides outside the context of a specific database system.

So far, only SELECT statements are implemented, but more is to come.

Building

This project is built with sbt:

sbt compile
sbt test

About

SQL parser written using Scala's parser combinator library

License:MIT License


Languages

Language:Scala 100.0%