JuliaData / JuliaDBMeta.jl

Metaprogramming tools for JuliaDB
Other
33 stars 2 forks source link
julia juliadb

JuliaDBMeta

Build Status codecov.io

JuliaDBMeta is a set of macros to simplify data manipulation with JuliaDB, heavily inspired on DataFramesMeta. It exploits the technical advantages of JuliaDB:

Some ideas also come from Query.jl, in particular the curly bracket syntax is from there.

The macro packages Lazy and MacroTools were also very useful in designing this package: the @apply macro is inspired by the concatenation macros in Lazy.

Getting started

To get started, check out the documentation.