Releases: anki-code/localsql
Releases · anki-code/localsql
0.2.5
0.2.4
0.2.3
- Added argcomplete support
- Chnged:
lsqlrenamed tolocalsql
0.2.0
0.1.4
-
Added
\lpymode to run python commands and interact with DataFrames on Python way. -
Added
/tquery output modifier to show rows as transposed table. Add it to the end of query. -
Added table info when the query contains only table name.
-
Changed behaviour to read json per line files. Now every json line will be normalized and for json
{"a":{"b":1}}will be created one columna.bwith1value. Arrays[1,2,3]become strings. This allows to operate with nesting json as columns. -
Fixed autocomplete for column names with special characters.