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

Releases: jaysonsantos/csv-query-rs

Dump memory database to file

13 Sep 15:03
e497ce2
Compare
Choose a tag to compare

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.0

02 Sep 17:36
Compare
Choose a tag to compare

0.4.0 Interactive command (2018-09-02)

Features

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

0.3.1

03 Jul 19:20
Compare
Choose a tag to compare

0.3.1 (2018-07-03)

Bug Fixes

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

0.3.0

03 Jul 19:07
Compare
Choose a tag to compare

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

27 Jun 18:55
4b6a7fb
Compare
Choose a tag to compare

Pin dependencies to be able to upload to crates.io

0.2.0

27 Jun 18:47
f44a5ab
Compare
Choose a tag to compare

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

Features

0.1.0

25 Jun 08:36
2752165
Compare
Choose a tag to compare

0.1.0 First version (2018-06-25)

Features

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