dinedal / textql

Execute SQL against structured text like CSV or TSV
MIT License
9.05k stars 300 forks source link

Is it possible to load sqlite extensions? #119

Open aborruso opened 4 years ago

aborruso commented 4 years ago

Hi, first of all thank you for this tools.

In sqlite, via .load, it's possible to load extensions https://www.sqlite.org/loadext.html

Is it possible to do it via textql?

Thank you