You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
7 lines
348 B
Plaintext
Vendored
7 lines
348 B
Plaintext
Vendored
Base = "C:\Users\bayse\AppData\Local\Temp\v8_6B23_336.sqlite";
|
|
Extension = "https://hut.openintegrations.dev/test_data/uuid.dll"; // URL, Path or Binary Data
|
|
EntryPoint = "sqlite3_uuid_init";
|
|
|
|
Connection = OPI_SQLite.CreateConnection(Base);
|
|
Result = OPI_SQLite.ConnectExtension(Extension, EntryPoint, Connection);
|