1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

B24: Пользовательские настройки календарей + перенос примеров CLI

This commit is contained in:
Anton Titovets
2025-01-19 11:34:17 +03:00
parent 44078d7a75
commit ebb4dd747f
4481 changed files with 151 additions and 1042 deletions

View File

@@ -0,0 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint sqlite CreateTable \
--table "test" \
--cols "{'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\3pbdgv5r4nm.sqlite"

View File

@@ -0,0 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint sqlite CreateTable ^
--table "test" ^
--cols "{'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\3pbdgv5r4nm.sqlite"