You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-02 20:52:28 +02:00
8 lines
245 B
Plaintext
Vendored
8 lines
245 B
Plaintext
Vendored
Base = "/tmp/vnnmoosn.qqb.sqlite";
|
|
Table = "test";
|
|
|
|
Options = New Structure;
|
|
Options.Insert("table", Table);
|
|
Options.Insert("db" , Base);
|
|
|
|
Result = OPI_TestDataRetrieval.ExecuteTestCLI("sqlite", "ClearTable", Options); |