cldf / csvw

CSV on the web
Apache License 2.0
37 stars 6 forks source link

Support reading and writing TableGroup data from and to SQLite #19

Closed xrotwang closed 5 years ago

xrotwang commented 5 years ago

It should be possible to use SQLite as alternative storage backend for the data described by a TableGroup. There should be functionality to round-trip the data between CSV and SQLite storage.

xrotwang commented 5 years ago

initial implementation done