Open youen opened 2 months ago
As part of the effort to support multiple export formats in the lino pull command, this sub-task focuses on implementing SQL format support (#309).
lino pull
Tasks:
INSERT
--format sql
--limit
--filter
--where
Acceptance Criteria:
As part of the effort to support multiple export formats in the
lino pull
command, this sub-task focuses on implementing SQL format support (#309).Tasks:
INSERT
statements.--format sql
option to thelino pull
command.lino pull
flags and options (e.g.,--limit
,--filter
,--where
).Acceptance Criteria:
lino pull
command generates valid SQL scripts that can be executed to initialize a test database.lino pull
flags and options are compatible with the SQL export format.