Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Expose the connection object#7

Open
simonpoole wants to merge 1 commit intoimintel:masterfrom
simonpoole:expose_connection2
Open

Expose the connection object#7
simonpoole wants to merge 1 commit intoimintel:masterfrom
simonpoole:expose_connection2

Conversation

@simonpoole
Copy link
Copy Markdown

The default for SQLite is to auto commit, this can be very expensive. Exposing the connection allows us to set auto commit false before extensive operations and then commit once finished.

The default for SQLite is to auto commit, this can be very expensive.
Exposing the connection allows us to set auto commit false before
extensive operations and then commit once finished.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant