<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Why-write-sql by arwinneil</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Why-write-sql</h1>
<p>SQL Script Generator</p>
<p class="view"><a href="https://github.com/arwinneil/Why-Write-SQL">View the Project on GitHub <small>arwinneil/Why-Write-SQL</small></a></p>
<ul>
<li><a href="https://github.com/arwinneil/Why-Write-SQL/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/arwinneil/Why-Write-SQL/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/arwinneil/Why-Write-SQL">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a id="sql-script-generator" class="anchor" href="#sql-script-generator" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>SQL Script Generator</h1>
<h2>
<a id="overview" class="anchor" href="#overview" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Overview</h2>
<p>Demonstrating basic coding structures, Visual Basic Language, SQL, .NET WinForms theming and doing my Database Course homework, cause, why not?</p>
<p></p><p align="center">
<img src="https://i.imgflip.com/1aulgw.jpg" height="200">
</p><p></p>
<h2>
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Getting Started</h2>
<p><a href="https://github.com/arwinneil/Why-Write-SQL">SQL Script Generator</a> is a SQL code generator, aiming to reduce time of coding and debugging, speed up projects, reducing human errors and avoiding repetitive tasks.</p>
<p>Code is generated based on GUI inputs.</p>
<p><img src="http://i.imgur.com/fujnaeb.png" alt="SQL SCRIPT GENERATOR"></p>
<h2>
<a id="progress--features" class="anchor" href="#progress--features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Progress & Features</h2>
<ul>
<li>[x] <a href="#resources">Material Design Form</a>
</li>
<li>[x] CREATE,DROP & USE Database Commands</li>
<li>[x] CREATE,DROP & INSERT INTO Table Commands</li>
<li>[x] ALTER TABLE : ADD, DROP, RENAME TO & MODIFY Commands</li>
<li>[ ] SELECT QUERIES</li>
<li>[ ] EXPORT to .sql & .txt</li>
<li>[ ] CODE CLEANUP</li>
</ul>
<h2>
<a id="version" class="anchor" href="#version" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Version</h2>
<ul>
<li> <a href="https://github.com/arwinneil/Why-Write-SQL/releases/tag/0.8_Alpha">0.8_Alpha</a>
</li>
</ul>
<h2>
<a id="resources" class="anchor" href="#resources" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Resources</h2>
<p>Home Icon by <a href="http://www.flaticon.com/authors/freepik">Freepik</a> from Flaticon</p>
<p>Material Skin from <a href="https://github.com/IgnaceMaes/MaterialSkin">MaterialSkin for .NET WinForms</a> </p>
<h2>
<a id="licence" class="anchor" href="#licence" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Licence</h2>
<p><a href="LICENSE">MIT License</a></p>
<h2>
<a id="author" class="anchor" href="#author" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Author</h2>
<p><a href="https://github.com/arwinneil">Arwin Neil Baichoo</a></p>
<p><a href="https://www.linkedin.com/in/arwinneil"><img src="http://image.flaticon.com/icons/svg/179/179330.svg" align="left" height="48" width="48"></a><a href="https://www.instagram.com/arwinneil/"><img src="http://image.flaticon.com/icons/svg/145/145805.svg" align="left" height="48" width="48"></a></p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/arwinneil">arwinneil</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>