Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bgschiller committed May 5, 2017
1 parent b95301b commit 4bfeda0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Winnow
Winnow is a framework for server-side filtering of data. It is designed to be expressive, extensible, and fast. Winnow's inputs look something like this:

.. code-block:: json
{
"logical_op": "&",
"filter_clauses": [
Expand All @@ -27,5 +28,6 @@ Winnow is a framework for server-side filtering of data. It is designed to be ex
Winnow's outputs look something like this:

.. code-block:: python
"WHERE created_date < %s::timestamp AND owner_id = ANY(VALUES (%s),(%s),(%s))",
('2015-03-01', 23, 41, 90)

0 comments on commit 4bfeda0

Please sign in to comment.