Releases: creyke/Cosmic
Releases · creyke/Cosmic
1.0.16
30 Oct 19:53
Compare
Sorry, something went wrong.
No results found
Support for looping query, delete, and upsert operations with an iterator variable
To upsert 3 documents with incremental ids cosmic upsert "{ 'id' : '%I%' }" -l 3
{ 'id' : '0' }
{ 'id' : '1' }
{ 'id' : '2' }
1.0.15
30 Oct 10:29
Compare
Sorry, something went wrong.
No results found
Support for the %NOW% temporal alias
Enabling queries such as cosmic query "SELECT * FROM c WHERE c.UtcTime >= %NOW%"
1.0.14
27 Oct 02:58
Compare
Sorry, something went wrong.
No results found
Support for dynamic temporal aliases including %TODAY%, %TOMORROW%, and %NEXT_WEEK%
Use cosmic aliases to see the full list of aliases along with example values
Use inline in a query, for example cosmic query "SELECT * FROM c WHERE c.Foo >= %TODAY%"
Use as a parameter of a query, for example cosmic query "SELECT * FROM c WHERE c.Foo >= %%" %TODAY%
Use as a parameter of a stored query, for example cosmic query foo %TODAY%
You can’t perform that action at this time.