Skip to content

UBOdin/sparsity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages