Sqlitebiter Versions Save

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

v0.32.1

4 years ago
  • Make simplejson to an optional dependency and replace to ujson
  • Add all extras_require
  • Update requirements

v0.32.0

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

v0.31.1

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

v0.31.0

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

v0.30.0

4 years ago
  • Add detailed information for the cause of the errors while data conversion: #73 (Thanks to @Izzur)
  • Add type annotations
  • Update requirements

v0.29.2

4 years ago

v0.29.1

4 years ago

v0.29.0

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

v0.28.3

4 years ago
  • Fix binary packages

v0.28.2

4 years ago
  • Update requirements
  • Reduce extras_require
  • Add support for snap installation (experimental)