sql_dust v0.1.0 SqlDust.Query

Provides ability for composable queries

Summary

Functions

from(resource)
from(options, resource)
group_by(args)
group_by(options, args)
limit(resource)
limit(options, resource)
order_by(args)
order_by(options, args)
schema(map)
schema(options, map)
select(args)
select(options, args)
to_sql(options)
where(statements)
where(options, statements)