1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-30 20:49:04 +02:00
Files
OpenIntegrations/docs/ru/cli/sqlite/ExecuteSQLQuery/bash.txt
T

3 lines
241 B
Plaintext
Raw Normal View History

2025-01-20 21:18:55 +03:00
oint sqlite ExecuteSQLQuery \
2025-02-03 19:47:34 +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);" \
--db "C:\Users\Administrator\AppData\Local\Temp\rafrxgmbrax.sqlite"