agateblue / lifter

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

Store lookups (gte, gt, eq, etc.) in a dedicated registry #38

Closed agateblue closed 8 years ago

agateblue commented 8 years ago

Since we want operators to be customizable / extandable, a registry seems the way to go