dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Is CSV file import/export supported? #160

Closed gounaman closed 2 years ago

gounaman commented 2 years ago

Cannot find examples of this in the provided example code.

dyedgreen commented 2 years ago

This is not directly supported by the library, but you can pretty easily achieve this by using https://deno.land/std@0.115.1/encoding/README.md#csv