Skip to content

stephentu/scala-sql-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages