poissonconsulting / readwritesqlite

An R package that enhances writing and reading data to and from SQLite databases
https://poissonconsulting.github.io/readwritesqlite/
Other
38 stars 1 forks source link

Integration into RSQLite? #8

Closed krlmlr closed 5 years ago

krlmlr commented 5 years ago

Looks like this package offers a way to store timestamp and time-of-day data in a SQLite database, among other things. Do you think this can be integrated into {RSQLite} in a backward-compatible way, without causing harm to its 370+ downstream dependencies?

joethorley commented 5 years ago

@krlmlr That is a good question - in principle I think so because the 'meta' information is stored in separate tables.