Closed Fishrock123 closed 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.
Done in https://github.com/eaze/tide-sqlx/pull/4
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.