prisma / quaint

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

Optionally expose postgres driver #301

Closed tomhoule closed 3 years ago

tomhoule commented 3 years ago

This lets us drop down to a lower level API when we need to, at little maintenance cost. The main use case for this in the Prisma Migration Engine is to access the full error objects.

I want to extend this to other connectors if this pans out as expected on postgres.

tomhoule commented 3 years ago

:+1:

Wrote and pushed some more docstrings.