-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Is it possible to offer the possibility to write to SQLite database ?
I started to write code for this purpose using sqlite-jdbc. The SQLite's schema is based on the column type (java.lang.Number or java.lang.String). Also I had to tweak DataWriterUtil.processEntry function so it can return, in the case of date, a format that is compatible with SQLite date and time format (ISO 8601 string, see paragraph 2.2 https://www.sqlite.org/datatype3.html ).
Metadata
Metadata
Assignees
Labels
No labels