| Crates.io | mssql_tiberius_schema_parser |
| lib.rs | mssql_tiberius_schema_parser |
| version | 0.5.1 |
| created_at | 2024-01-23 02:49:56.088079+00 |
| updated_at | 2025-04-08 20:38:57.141696+00 |
| description | Generates the schema of all tables in msql as a structure. |
| homepage | https://github.com/rabbitson87/mssql_tiberius_schema_parser |
| repository | https://github.com/rabbitson87/mssql_tiberius_schema_parser |
| max_upload_size | |
| id | 1110039 |
| size | 97,030 |
Generates the schema of all tables in mssql as a structure.
cargo install mssql_tiberius_schema_parser
mssql_tiberius_schema_parser.exe [OPTIONS] -u
Options:
--host localhost
--port <PORT>
The server port.
- Defaults to `61363`
-d master
-a APP_NAME() command.
- Defaults to no name specified.
-i
-u
-p
-t
Possible values:
- win_auth: Use Windows Authentication
- server_auth: Use SQL Server Authentication
--use_signal_parser
Use date time to string. add cli option with --use_signal_parser.
- Defaults to false
--use_split_file
Use split file. add cli option with --use_split_file.
- Defaults to false
--path <PATH>
The path to the rs file to execute.
- Defaults to structs.rs
--signal_path <SIGNAL PATH>
The path to the signal file to execute.
- Defaults to signals.rs
-h, --help Print help (see a summary with '-h')
-V, --version Print version