eaze / tide-sqlx

Tide middleware for SQLx pooled connections & transactions
https://crates.io/crates/tide-sqlx
Other
40 stars 9 forks source link

Support any SQLx database (generics) #2

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

It shouldn't be too difficult to support any database that SQLx supports, just means doing to generics, most of which we can reference from SQLx itself.

Fishrock123 commented 3 years ago

Done in https://github.com/eaze/tide-sqlx/pull/4