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 hidden (Show)

sqlitebiter -

Published by thombashi over 3 years ago

  • Retain leading zeros when converting text: #83 (Thanks to @fburleigh)
  • Add support for Python 3.9 / Python 3.10
  • Drop support for Python 3.5
  • Improve type detection
  • Modify output format of version subcommand
  • Update requirements
sqlitebiter -

Published by thombashi about 4 years ago

  • Fix parse error when an ipynb file does not include language_info
  • Modify version subcommand output
sqlitebiter -

Published by thombashi about 4 years ago

  • Add version subcommand
sqlitebiter -

Published by thombashi about 4 years ago

  • Add --max-workers option
  • Replace a package dependency from colorama to tcolorpy
  • Update requirements
sqlitebiter -

Published by thombashi over 4 years ago

  • Make simplejson to an optional dependency and replace to ujson
  • Add all extras_require
  • Update requirements
sqlitebiter -

Published by thombashi over 4 years ago

  • Add stdin sub command: #75 (Thanks to @Izzur)
  • Make it possible to execute the command with python -m sqlitebiter
  • Fix type annotations
  • Update requirements
sqlitebiter -

Published by thombashi over 4 years ago

  • Fix to accept table names that start with numbers: #76 (Thanks to @DreamerDeo)
  • Update requirements
  • Modify log messages
sqlitebiter -

Published by thombashi over 4 years ago

  • Improve JSON support: #74 (Thanks to @ButchAnton)
  • Modify log messages when skip file conversion
sqlitebiter -

Published by thombashi over 4 years ago

  • Add detailed information for the cause of the errors while data conversion: #73 (Thanks to @Izzur)
  • Add type annotations
  • Update requirements
sqlitebiter - https://github.com/thombashi/sqlitebiter/releases/tag/v0.29.2

Published by thombashi over 4 years ago

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

Published by thombashi over 4 years ago

sqlitebiter -

Published by thombashi over 4 years ago

  • Add support for platforms that lacks support sem_open such as Android Termux: #71 (Thanks to @danieldjewell)
  • Modify log formats
  • Drop Python 2 support
  • Remove dev extras_require
sqlitebiter -

Published by thombashi almost 5 years ago

  • Fix binary packages
sqlitebiter -

Published by thombashi almost 5 years ago

  • Update requirements
  • Reduce extras_require
  • Add support for snap installation (experimental)
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)