Skip to content

Releases: Arp-G/csv2sql

Version 3.0

26 Nov 16:13
Compare
Choose a tag to compare

In this release

  • Removed timestamp and add datetime column type support
  • Add support for any custom date or DateTime formats(Only supported for webUI)
  • Upgrade various dependencies and some general code improvements

Web dashboard UI fixes

16 Nov 10:39
Compare
Choose a tag to compare

In this Release

Fixes distortions in Web UI for small screen devices

How to use:

To use the application via the browser interface download the file csv2sql_web.zip.

To use the application via command line, download the file csv2sql.

Refer to the README file in this repository for instructions on installation and usage.

Add web UI and postgres support

18 Oct 14:18
2fce667
Compare
Choose a tag to compare

This release brings 2 new major features to the application:

  • A web app to provide a browser interface to the application

    An easy to use browser interface that can be used to interact with the app and track the progress of running tasks

  • PostgreSQL database support

    Csv2sql now supports importing CSV files to a Postgresql database


How to use:

  • To use the application via the browser interface download the file csv2sql_web.zip.

  • To use the application via command line, download the file csv2sql.

Refer to the README file in this repository for instructions on installation and usage.

First Release

13 Sep 13:52
4a66dac
Compare
Choose a tag to compare

This is the first release for csv2sql.