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

refactor(services/sqlite): Polish sqlite via adding connection pool #3249

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Oct 9, 2023

No description provided.

bindings/java/Cargo.toml Outdated Show resolved Hide resolved
Signed-off-by: Xuanwo <github@xuanwo.io>
Copy link
Member

@PsiACE PsiACE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I'm wondering if it would be more appropriate to introduce an ORM for MySQL, SQLite, and PostgreSQL instead of implementing them separately. At least we can maintain less code.

@Xuanwo
Copy link
Member Author

Xuanwo commented Oct 9, 2023

I'm wondering if it would be more appropriate to introduce an ORM for MySQL, SQLite, and PostgreSQL instead of implementing them separately.

I hate ORM.

@Xuanwo Xuanwo merged commit 593a789 into main Oct 9, 2023
103 checks passed
@Xuanwo Xuanwo deleted the polish-sqlite branch October 9, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants