fix(DbExporter): fix compressed size calculation and clean up
- Move file size read after streams are disposed to get accurate compressed size - Clean up definition files to use working example queries - Add .gitignore for output directory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"providerType": "SqlServer",
|
||||
"connectionString": "Server=10.100.0.35;Database=ScadaBridge_Test;User Id=sa;Password=ScadaBridge2024;TrustServerCertificate=true;",
|
||||
"query": "SELECT * FROM sys.tables",
|
||||
"outputPath": "./output/sys-tables.pb.zstd",
|
||||
"compressionLevel": 10
|
||||
}
|
||||
Reference in New Issue
Block a user