Write to SQLite database
Open
- Dominant language
- Java
- Stars
- 79
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
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 ).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.