Releases: joprice/dynamite
Releases · joprice/dynamite
dynamite v0.1.4
dynamite v0.1.3
- support booleans
- add
order by
- add
--profile
argument to set AWS profile
dynamite v0.1.2
- allow updating object fields
- improve index errors
- update dynamo client
dynamite v0.1.1
- allow underscores in ident (table names, projections, etc)
- update aws dynamodb version
- use config in script mode
dynamite v0.1.0
- improve index validation
- cache table descriptions
- check if key exists on update to avoid upsert
- add optional config file and move history to
~/.dynamite
folder - in multi-line queries with a syntax error, only show the line where the error occurred
- add experimental
sum
aggregate function - set exit status on failures in script mode
dynamite v0.0.13
- fix release settings
dynamite v0.0.11
- start truncating output
- add '--script' parameter
- change "quit" to "exit" for exiting the terminal
- automatically make use of unambiguous indexes in queries
- allow index to be specified with
use index
- begin cleaning up repl code; move to tail-recursive loop
dynamite v0.0.10
- add prototype autocompletion
- add indexes and types to
describe table
output - show query execution time
dynamite v0.0.9
- Add multi-line input in repl. A semicolon is now required to issue queries.
- Add non-interactive mode that reads a query from a file
dynamite v0.0.8
- add lists as a value type
- improve numbers - negative numbers, floats
- support new lines in parser