SQLite3 SmartCell.DBConnection via exqlite
SebastianSzturo opened this issue · 1 comments
SebastianSzturo commented
Livebook is a perfect tool for doing local data exploration and analysis. I am currently importing big CSVs into sqlite and then querying them via exqlite / ecto_sqlite3.
I've noticed there is now a DBConnection
smart block on master that allow you to connect to MySQL and Postgres. Would you consider allowing support for SQLite3 via exqlite for that widget as well?
Wanted to confirm that there are no obvious reasons why it shouldn't be in there before looking at adding it.
josevalim commented
Definitely! A pull request would be welcome