You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
4 lines
170 B
Plaintext
Vendored
4 lines
170 B
Plaintext
Vendored
oint sqlite EnsureTable \
|
|
--table "test_new" \
|
|
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" \
|
|
--db "/tmp/pvrrdds2.dxl.sqlite" |