Crates.io | mssql_tiberius_schema_parser |
lib.rs | mssql_tiberius_schema_parser |
version | 0.4.2 |
source | src |
created_at | 2024-01-23 02:49:56.088079 |
updated_at | 2024-10-18 03:35:49.70501 |
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 | 98,648 |
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_proto_parser
Use date time to string. add cli option with --use_proto_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
--proto_path <PROTO PATH>
The path to the proto file to execute.
- Defaults to structs.proto
-h, --help Print help (see a summary with '-h')
-V, --version Print version