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

Add SQLite backend #62

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

laura-barluzzi
Copy link
Contributor

@laura-barluzzi laura-barluzzi commented Oct 29, 2017

This pull request adds a storage backend based on SQLite. See #15

The approach should be pretty easily portable to other DB-API-2.0 compatible connectors like Postgres or MySQL.

Should be merged after #66 so that unrelated lint errors are fixed.

Pair-programmed with @c-w

- Paramstyle isn't always a question mark
- Double quotes don't always work
- Cursor.execute does't always return a cursor
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

Successfully merging this pull request may close these issues.

1 participant