You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/07 21:57:57 UTC

[GitHub] [incubator-superset] hoehrmann opened a new issue #7238: FYI: Using pysqlite3 as datasource

hoehrmann opened a new issue #7238: FYI: Using pysqlite3 as datasource
URL: https://github.com/apache/incubator-superset/issues/7238
 
 
   I wanted to try out Superset with an sqlite3 database as data source, but I need a newer version of sqlite3 than the system library that Python uses by default. Using the `pysqlite3` module I already had statically linked to a newer version, but there was no good way to use that through SQLAlchemy in Superset. So I made https://pypi.org/project/sqlalchemy-pysqlite3/ / https://github.com/hoehrmann/sqlalchemy-pysqlite3 which makes pysqlite3 available via a connection string like `sqlite+pysqlite3://`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org