1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt

3 lines
233 B
Plaintext
Raw Normal View History

2025-01-10 12:02:05 +03:00
oint sqlite ExecuteSQLQuery \
2025-07-04 22:51:57 +03:00
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \
2025-07-05 09:58:13 +03:00
--db "C:\Users\bayse\AppData\Local\Temp\3luoylh35jh.sqlite"