mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-02 22:05:37 +02:00
4 lines
360 B
Plaintext
Vendored
4 lines
360 B
Plaintext
Vendored
oint sqlite ExecuteSQLQuery ^
|
|
--sql "INSERT INTO test_table (name, age, salary, is_active, created_at, data)VALUES (?1, ?2, ?3, ?4, ?5, ?6);" ^
|
|
--params "['Vitaly',25,1000.12,true,'2025-01-10T11:19:07.6029006Z',{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\5nzyfbwnqqx.png'}]" ^
|
|
--db "C:\Users\Administrator\AppData\Local\Temp\k554u1jcflp.sqlite" |