SQL Script Generator is a SQL code generator database building tool, aiming to reduce time of coding and debugging, speed up projects, reducing human errors and avoiding repetitive tasks.
Code is generated based on GUI inputs.
The initial goal of this prject was to to demonstrate basic coding structures, Visual Basic Language, SQL, .NET WinForms theming and doing my Database Course homework, cause, why not?
- Material Design Form
- CREATE,DROP & USE Database Commands
- CREATE,DROP & INSERT INTO Table Commands
- ALTER TABLE : ADD, DROP, RENAME TO & MODIFY Commands
- EXPORT to .sql & .txt, copy script to clipboard.
Current Task:
- CODE CLEANUP
- Form theming from MaterialSkin for .NET WinForms
- Icons from Material Icons
- Android Asset Studio- A web-based set of tools for generating graphics and other assets
- ILMerge & ILMerge-GUI- For merging assemblies. (.exe & dlls)
- CodeMaid - Visual Studio Extenion with some handy coding tools.