Skip to content

Releases: anki-code/localsql

0.2.5

27 Oct 10:50
c550759

Choose a tag to compare

Package.

0.2.4

27 Oct 10:47
9c102b0

Choose a tag to compare

Added = to replacers in the filen ame to table name conversion.

0.2.3

18 Sep 17:11
83c33f2

Choose a tag to compare

  • Added argcomplete support
  • Chnged: lsql renamed to localsql

0.2.0

10 May 12:14

Choose a tag to compare

  • Added json normalize as --json-normalize argument
  • Changed: no reading current directory files by default

0.1.4

10 May 10:26

Choose a tag to compare

  • Added \lpy mode to run python commands and interact with DataFrames on Python way.

  • Added /t query 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 column a.b with 1 value. Arrays [1,2,3] become strings. This allows to operate with nesting json as columns.

  • Fixed autocomplete for column names with special characters.

0.1.3

06 May 13:28

Choose a tag to compare

First public release