sqlitebiter

A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.

MIT License

Downloads
1.4K
Stars
831
Committers
5

Bot releases are visible (Hide)

sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.28.1

Published by thombashi almost 5 years ago

sqlitebiter -

Published by thombashi over 5 years ago

  • Drop support for Python 3.4
  • Loosen some of the external dependencies version restriction
  • Bug fixes
sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.27.3

Published by thombashi over 5 years ago

sqlitebiter -

Published by thombashi over 5 years ago

  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Fix executable binary packaging: #65 (Thanks to @jakoch)
sqlitebiter -

Published by thombashi over 5 years ago

  • Add --no-type-inference option: #64 (Thanks to @aborruso)
sqlitebiter -

Published by thombashi over 5 years ago

  • Add --convert-config (experimental)
  • Add retries for HTTP requests
  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Add --add-primary-key option: #60 (Thanks to @maheshkumar2150)
  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Add --type-hint-header option: #59 (Thanks to @GCadmin)
sqlitebiter -

Published by thombashi over 5 years ago

  • Improve processing performance
  • Improve logging
  • Fix execution binary packaging
sqlitebiter -

Published by thombashi over 5 years ago

  • Pin pip version to 18.1 to avoid packaging failure: pypa/pip#6163
  • Bug fixes
sqlitebiter -

Published by thombashi over 5 years ago

  • Bug fixes
  • Improve logging
sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.23.5

Published by thombashi almost 6 years ago

sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.23.4

Published by thombashi almost 6 years ago

sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.23.3

Published by thombashi almost 6 years ago

sqlitebiter -

Published by thombashi about 6 years ago

  • Fix: avoid error exit when specified file not found
  • Suppress Unicode warnings in Python 2
sqlitebiter -

Published by thombashi about 6 years ago

  • Fix execution binaries
sqlitebiter -

Published by thombashi about 6 years ago

  • Add support for zsh completion
  • Bug fixes
  • Update the package metadata
sqlitebiter -

Published by thombashi about 6 years ago

  • Add support for named pipe: #56 (Thanks to @fproulx-eoscanada)
    • file subcommand accept named pipe as an input
  • Add completion subcommand for command completion