Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Latest commit

 

History

History
81 lines (37 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

81 lines (37 loc) · 2.36 KB

0.5.0 (2018-09-13)

Features

  • cli: Add dump database to cli (1f5cbc81)
  • lib: Add a way to dump internal database to a file (12b5f5a9)

0.4.1 (2018-09-03)

Features

0.4.0 Interactive command (2018-09-02)

Features

  • cli: Add interactive command with readline (429dd344)

0.3.1 (2018-07-03)

Bug Fixes

  • Bump cargo version to avoid previous version with missing features (149b186d)

0.3.0 (2018-07-03)

Features

  • Add docker file (031d900e)
  • Allow user to choose bundled sqlite (3550b967)
  • executor: Add support to limited insert batch size (cbca1820)

Bug Fixes

  • Fix package's name to match lib's name (534e0901)

0.2.1 Pin dependencies (2018-06-27)

0.2.0 New license, use ruslite, break code into lib and bin (2018-06-27)

Features

0.1.0 First version (2018-06-25)

Features

  • executor:
    • Add clap support and multiple csv files (c3a6f015)
    • Add buffered input/output (3ed2d6b0)