tag:github.com,2008:https://github.com/Arp-G/csv2sql/releasesRelease notes from csv2sql2021-11-26T15:59:40Ztag:github.com,2008:Repository/251664624/v3.02021-11-26T16:13:57ZVersion 3.0<p>In this release</p>
<ul>
<li>Removed <code>timestamp</code> and add <code>datetime</code> column type support</li>
<li>Add support for any custom date or DateTime formats(Only supported for webUI)</li>
<li>Upgrade various dependencies and some general code improvements</li>
</ul>Arpan-Kreetitag:github.com,2008:Repository/251664624/2.0.12020-11-16T10:39:48ZWeb dashboard UI fixes<h2>In this Release</h2>
<p>Fixes distortions in Web UI for small screen devices</p>
<h2>How to use:</h2>
<p>To use the application via the browser interface download the file csv2sql_web.zip.</p>
<p>To use the application via command line, download the file csv2sql.</p>
<p>Refer to the README file in this repository for instructions on installation and usage.</p>Arp-Gtag:github.com,2008:Repository/251664624/v2.0.02020-10-18T14:18:37ZAdd web UI and postgres support<h2>This release brings 2 new major features to the application:</h2>
<ul>
<li>
<p><strong>A web app to provide a browser interface to the application</strong></p>
<p>An easy to use browser interface that can be used to interact with the app and track the progress of running tasks</p>
</li>
<li>
<p><strong>PostgreSQL database support</strong></p>
<p>Csv2sql now supports importing CSV files to a Postgresql database</p>
</li>
</ul>
<hr>
<h2>How to use:</h2>
<ul>
<li>
<p>To use the application via the browser interface download the file <code>csv2sql_web.zip</code>.</p>
</li>
<li>
<p>To use the application via command line, download the file <code>csv2sql</code>.</p>
</li>
</ul>
<p>Refer to the README file in this repository for instructions on installation and usage.</p>Arp-Gtag:github.com,2008:Repository/251664624/v1.02020-09-13T13:52:50ZFirst Release<p>This is the first release for csv2sql.</p>Arp-G