agateblue / lifter

A generic query engine, inspired by Django ORM
ISC License
449 stars 16 forks source link

Explicit query API #23

Closed agateblue closed 8 years ago

agateblue commented 8 years ago

Implement a more explicit query API, as described in #15.

The PR achieve the following results:

That means you can query data in lifter using two type of queries. I will document this in another PR.