nicolay-r/AREkit

SQLite writer support

nicolay-r opened this issue · 1 comments

  • 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

Drop table automatic support