You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
6 lines
975 B
Plaintext
Vendored
6 lines
975 B
Plaintext
Vendored
oint mysql AddRecords \
|
|
--table ""testtable"" \
|
|
--rows ""[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'time_field':{'TIME':'2025-09-15T22:15:43.808571Z'},'datetime_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'timestamp_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'mediumblob_field':{'BYTES':'/tmp/dshxvy1m.pid'},'set_field':{'TEXT':'one'}}]"" \
|
|
--trn "true" \
|
|
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
|
--tls ""/tmp/gkv2r22f.pni.json"" |