Releases: thombashi/sqlitebiter
Releases · thombashi/sqlitebiter
v0.21.0
- Add a feature to find files to converting within directories recursively
- Add options to the file subcommand:
--recursive
/--follow-symlinks
- Add file matching options to filter converting files when using the
--recursive
option.
- Bug fixes
v0.20.0
- Add
--replace-symbol
option that replaces symbols included in converted table attribute
- Add a shortening option for the
--quiet
option
- Add colors to the outputs
- Bug fixes
v0.19.0
- Add
_source_info_
table to the output database to store source-name/source-ID/destination-tables/etc.
- Improve table conversion:
- Count table conversion results properly
- Create tables only when the sources that include tabular data.
- Bug fixes
v0.18.1
- Improve multibyte character support
- Introduce colorized logging
- Bug fixes
v0.17.0
- Fix
gs
subcommand: #54 (Thanks to @antialias )
- Add support for Line-delimited JSON
- Bug fixes
v0.16.1
- Improve processing efficiency
- Bug fixes