ANN: Octo.jl: SQL Query DSL in Julia

Hi. this package requires at least Julia 0.7-DEV,
but I think that it needs some tests before to register the package.

visit here and play SQL.
https://github.com/wookay/Octo.jl

Before using Repo, please install kinds of LibPQ.jl, MySQL.jl, SQLite.jl packages.
thank you very much.

14 Likes

The syntax is quite clever – took me a while poking around to figure out how the parsing works. It’s actually surprisingly clean as these kinds of syntax puns go. I wonder how much of standard SQL syntax can be written this way…

3 Likes

Fascinating…

1 Like