telos-oql 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,9 +30,12 @@ OmniQuery is, in and of itself, stateless.
30
30
 
31
31
  ###### 2.1.1.2.2 - Contexts
32
32
 
33
- OmniQuery contexts are objects which act as cursors which point to specific databases and sets of
33
+ OmniQuery contexts are objects which act as cursors that point to specific databases and sets of
34
34
  data therein.
35
35
 
36
+ Contexts may be serialized or expressed as literals by rendering OQL expressions which resolve to
37
+ said contexts as nested string lists.
38
+
36
39
  ###### 2.1.1.2.3 - Dynamic Mapping
37
40
 
38
41
  OmniQuery represents any database it interacts with, and the contexts it uses to interact with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telos-oql",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A LISP dialect for database-agnostic querying",
5
5
  "main": "oql.json",
6
6
  "dependencies": {