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

feat: Implement traits for database crates #317

Open
ParkMyCar opened this issue Oct 8, 2023 · 1 comment
Open

feat: Implement traits for database crates #317

ParkMyCar opened this issue Oct 8, 2023 · 1 comment

Comments

@ParkMyCar
Copy link
Owner

There are a number of database crates in the Rust ecosystem, e.g. sqlx, diesel, postgres, that all have traits related to serializing types in and out of Rows. It would be nice if CompactString implemented these traits.

@ParkMyCar
Copy link
Owner Author

For posterity, there has been some progress here:

sqlx: #329
diesel: #318

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

1 participant