Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite code decoupled from Datasette #247

Open
jsancho-gpl opened this issue May 2, 2018 · 1 comment
Open

SQLite code decoupled from Datasette #247

jsancho-gpl opened this issue May 2, 2018 · 1 comment

Comments

@jsancho-gpl
Copy link

I'm working on the possibility of use Datasette with other file formats that aren't SQLite, like files with PyTables format.

In order to accomplish that, I've started a fork for decoupling the code related with SQLite and putting it in an external connector to allow future connectors for a lot of file formats.

It'd be nice if you could look at it and suggest improvements for a possible PR.

@jsancho-gpl
Copy link
Author

I've changed my mind about the way to support external connectors aside of SQLite and I'm working in a more simple style that respects the original Datasette, i.e. less refactoring. I present you a version of Datasette wich supports other database connectors and a Datasette connector for HDF5/PyTables files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant