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

Add PostgreSQL as database target #52

Open
fritshoogland-yugabyte opened this issue Jun 19, 2023 · 1 comment
Open

Add PostgreSQL as database target #52

fritshoogland-yugabyte opened this issue Jun 19, 2023 · 1 comment

Comments

@fritshoogland-yugabyte
Copy link

Hi, have you considered adding other databases to this tool?
I like your work and detail on making sure a thread can run without being blocked.
One of the main databases I am working with is PostgreSQL.

@pkolaczk
Copy link
Owner

pkolaczk commented Aug 11, 2024

This is a long term goal and it would require introducing a new abstraction layer and redesigning quite some things.
I considered it long time ago when started this project and I remember lack of async traits made it quite hard to have pluggable async drivers. But now Rust async is in a lot better shape and I can reconsider this.

Beware though, this is a large task, and considering a very limited amount of (unpaid) time I have to work on this project, this isn't going to happen soon.

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

No branches or pull requests

2 participants