SQLite writer support
nicolay-r opened this issue · 1 comments
nicolay-r commented
- Add support of other types (
INTEGER
) (BaseWriter
supports the DataType iteration alongside with the actual column names) (75631b2) - Optional rewriting (1c23b16)
- Fixed bug when
dir
for sqlite file is not exist (1c23b16) - Drop table support:
DELETE FROM table_name;
(a591e6c) - Support index on different columns
nicolay-r commented
Drop table automatic support