prisma / quaint

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

Implement our own LRU for MySQL #297

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

We get more control over the implementation and can detect and fix possible statement leaks more easily.

First part on fixing https://github.com/prisma/prisma/issues/6872