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

drop dbconnection #3

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

drop dbconnection #3

wants to merge 1 commit into from

Conversation

ruslandoga
Copy link
Owner

@ruslandoga ruslandoga commented Oct 13, 2023

This (WIP) PR removes db_connection dependency from exqlite and adds some QoL improvements like error structs, prepare_fetch_all, insert_all, etc. This makes exqlite just a NIF wrapper that can still be used on its own in scripts and custom connection processes. What was Exqlite.Connection previously has been split into reader/writer and moved to ecto_sqlite3.

This PR is the exqlite part of the changes described in elixir-sqlite#192 (comment)

@ruslandoga ruslandoga force-pushed the drop-dbconnection branch 6 times, most recently from 800ce4f to 6c625e2 Compare October 16, 2023 09:05
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