Introduction

Introduction

Overview

JuliaDBMeta is a set of macros to simplify data manipulation with JuliaDB, heavily inspired on DataFramesMeta. It exploit 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.

Installation

To install, simply type the following command in the Julia REPL:

Pkg.add("JuliaDBMeta")