Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 625 Bytes

sparsity

Fast, Free, Pure Scala SQL Parser built with fastparse

Example

import sparsity.parser.SQL
import fastparse.Parsed

val tree = SQL("SELECT * FROM R")

ASTs

Maven

libraryDependencies ++= Seq("info.mimirdb" %% "sparsity" % "1.5")

Version History

1.7 (Breaking)

  • Added cross-compiled support for Scala 2.12