prisma / quaint

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

Implement missing expose-drivers methods (mssql,sqlite) #389

Closed tomhoule closed 1 year ago

tomhoule commented 1 year ago

These were forgotten in https://github.com/prisma/quaint/pull/387 — this just brings the feature on sqlite and mssql on parity with what already exists on postgres and mysql.