Sqlite-transform

Latest version: v1.2.1

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.1

- Better `--help` for `sqlite-transform lambda`. [7](https://github.com/simonw/sqlite-transform/issues/7)

0.3

- `return` is now optional for one-line lambdas, e.g.

sqlite-transform lambda my.db mytable mycolumn --code='str(value).upper()'

0.2

- Added `lambda` command, which lets you specify a Python expression (or multiple lines of code) to be executed against every value in the column. [Documentation here](https://github.com/simonw/sqlite-transform/blob/0.2/README.md#lambda-for-executing-your-own-code). (2)
- Added a `parsedate` command, which works like `parsedatetime` except it outputs just the date component. (1)

0.1

- First release, supporting only the `parsedatetime` command.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.