Releases: fffej/sql-server-gen
Releases · fffej/sql-server-gen
Now with views and tables with indexes!
Merge pull request #42 from fffej/views Views
Additional object types
This version supports many more object types.
It should always generate valid SQL, but may generate warnings. Please file any errors as Github issues.
Generate less objects
Previous v0.0.4 version generated an awful lot of objects because of #33. This release contains a fix for that!
Include full text stop lists
Add support for certificates, users, logins and full text catalogs
This version adds support for
- Certificates
- Users
- Logins
- Full text catalogs
It also makes the design decision that all names should be UUIDs to solve the problem of clashing.
cli -- help
Windows Command Line version
This is a command line version of the tool.
$ ./cli.exe --help
SQL Server Schema Generator
arguments [OPTIONS]
Generate arbitrary SQL Server databases
Common flags:
-s --seed=INT Seed for random number generator
-n --size[=INT] Size of database (optional)
-? --help Display help message
-V --version Print version information