Descrição
Sql Script Generator with Source Code
Sql Script Generator is a tool for generate INSERT/ UPDATE/ DELETE/ TRUNCATE/ DROP/ CREATE statement sql script.
Sql Script Generator you can create script to copy data from one database to another.
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.
In current version there are this feature:
- Generate INSERT,UPDATE and Delete statements
- Generate Table DROP, CREATE, TRUNCATE
- USE Database Commands
- Copy to clipboard
- EXPORT to .sql & .txt
Built With
.Net Core 6.0
Changelog
Version 4.0
Search facility added and minor bug fixed
Version 3.0
Null and bit datatype issue fixed
Version 2.0
USE Database Commands,Copy to clipboard,EXPORT to .sql & .txt
Version 1.0
Init release