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

Option to use prepared statements #36

Open
jfilby opened this issue Nov 27, 2022 · 0 comments
Open

Option to use prepared statements #36

jfilby opened this issue Nov 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request orm performance
Milestone

Comments

@jfilby
Copy link
Owner

jfilby commented Nov 27, 2022

Prepared statements are much faster when the same query is executed repeatedly. There should an optional parameter to use a prepared statement for all ORM query and DML calls that defaults to false.

@jfilby jfilby added enhancement New feature or request orm labels Nov 27, 2022
@jfilby jfilby added this to the v0.1.5 milestone Nov 27, 2022
@jfilby jfilby self-assigned this Nov 27, 2022
@jfilby jfilby modified the milestones: v0.1.5, v0.2.0 Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request orm performance
Projects
None yet
Development

No branches or pull requests

1 participant