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

Implement sqlite3 support #7

Merged
merged 2 commits into from
Jul 26, 2023
Merged

Implement sqlite3 support #7

merged 2 commits into from
Jul 26, 2023

Conversation

amyipdev
Copy link
Owner

@amyipdev amyipdev commented Jul 26, 2023

Implements DBAPI and SQLite3

Fixes #5
Fixes #6

Signed-off-by: Amy Parker amy@amyip.net

amyipdev added 2 commits July 25, 2023 21:14
This patch initializes the sqliteh file (not in a usable state currently), and creates an interface for DBAPI. Any DBAPI compliant module can simply just use the existing implementations. Future work may be required to ensure there are no dialect-based conflicts.

Signed-off-by: Amy Parker <amy@amyip.net>
This patch completes a working implementation of sqlite support. MySQL also still works, so nothing should have regressed.

Signed-off-by: Amy Parker <amy@amyip.net>
@amyipdev amyipdev merged commit 312ad24 into main Jul 26, 2023
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.

Pre-treat SQL Python DB-API generalization
1 participant