This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read | |
---- | |
{ | |
"action": "read", | |
"table": "user/shift/trail/comment", | |
"constraints": { | |
"user_id": 67 | |
}, | |
"properties": "*" || ["username", "summary", "modified"], | |
"orderby": ["<" || ">", "modified"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read | |
---- | |
{ | |
"action": "read", | |
"table": "user/shift/trail/comment", | |
"constraints": { | |
"user_id": 67 || [option1, option2, option3] || {range: [range-begin, range-end]} | |
// if range-begin is null, this means all less than range-add. | |
// if range-add is null, this means all greater than range-begin. | |
// "NOW()" works for dates. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Explain to Ayal: | |
; 1. interleaved log | |
; 1.1. (try) | |
; 2. FP IS SO GOOD WHAT | |
; 3. never use #() unless its SUPER SHORT REALLY | |
; 4. Hardly use closures its too hard to follow them use thigns like for | |
; 5. WE MUST HAVE A "Lisp Editor" (which will also be a JSON editor in effect, etc). THESE PARENTHESIS MATCHING AND | |
; NEWLINE CALCULATINON ARE TOO HARD | |