Sqlite-transform

Latest version: v1.2.1

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

Scan your dependencies

Page 1 of 2

1.2.1

- **This tool is no longer maintained**. The latest release of [sqlite-utils](https://sqlite-utils.datasette.io/) introduces a new [sqlite-utils convert](https://sqlite-utils.datasette.io/en/stable/cli.html#converting-data-in-columns) command which provides a super-set of the functionality provided by `sqlite-transform`. [11](https://github.com/simonw/sqlite-transform/issues/11)

1.2

- `sqlite-transform lambda --multi` option allowing the function to return a Python dictionary defining multiple columns that will be created and populated. [4](https://github.com/simonw/sqlite-transform/issues/4)
- `--drop` option can be used with `--output` or `--multi` to drop the original column. [15](https://github.com/simonw/sqlite-transform/issues/15)
- All commands now require at least one column to be specified. [17](https://github.com/simonw/sqlite-transform/issues/17)

1.1

New `-s` or `--silent` option for hiding the progress bar. [14](https://github.com/simonw/sqlite-transform/issues/14)

1.0

New `--output colname` and `--output-type integer` options for all of the commands, see [saving the result to a separate column](https://github.com/simonw/sqlite-transform/blob/1.0/README.md#saving-the-result-to-a-separate-column). [13](https://github.com/simonw/sqlite-transform/issues/13)

0.5

- `--dayfirst` and `--yearfirst` options for `parsedate` and `parsedatetime` commands. [12](https://github.com/simonw/sqlite-transform/issues/12)

0.4

- New `sqlite-transform jsonsplit` for converting `foo,bar` into `["foo", "bar"]`. [10](https://github.com/simonw/sqlite-transform/issues/10)
- Added `--dry-run` option to `sqlite-tranfsorm lambda` for previewing the conversion that is about to be applied. [8](https://github.com/simonw/sqlite-transform/issues/8)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.