This is a mayor version of datasette-connectors. There are two main features added. First, Datasette 0.51.1 is used. Second, our API has been improved to a more pythonic style. Details can be found at dummy example.
Datasette is a Python module which provides a web interface and a JSON API for SQLite files. But, in conjuntion with Datasette-Connectors, it can accept external connectors for any kind of database files, so you can develop your own connector for your favourite data container if you want (read developers doc).
Visit the main datasette-connectors site repository at: https://github.com/PyTables/datasette-connectors
Enjoy data!