prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

Ping functionality #141

Closed pimeys closed 4 years ago

pimeys commented 4 years ago

Instead of just firing SELECT 1 to test a connection, we have a ping function in Queryable that does whatever is fastest per database.

This also updates mysql to the latest alpha, where we don't need their internal pool implementation anymore.