You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-30 20:49:04 +02:00
11 lines
476 B
Plaintext
Vendored
11 lines
476 B
Plaintext
Vendored
If OPI_Tools.IsWindows() Then
|
|
Extension = "https://hut.openintegrations.dev/test_data/uuid.dll"; // URL, Path or Binary Data
|
|
Else
|
|
Extension = "https://hut.openintegrations.dev/test_data/uuid.so"; // URL, Path or Binary Data
|
|
EndIf;
|
|
|
|
Base = "/tmp/vnnmoosn.qqb.sqlite";
|
|
EntryPoint = "sqlite3_uuid_init";
|
|
|
|
Connection = OPI_SQLite.CreateConnection(Base);
|
|
Result = OPI_SQLite.ConnectExtension(Extension, EntryPoint, Connection); |