Julius de Bruijn
Julius de Bruijn
In addition to Tom's work (in https://github.com/prisma/prisma-engines/pull/1957), we should be making the Query Engine tests work with Vitess that doesn't allow foreign key constraints. We're currently having a branch that...
To reduce pool saturation, we should reduce the number of roundtrips per SELECT query. Instead of triggering separate selects, we could instead run them all in one query by joining...
- JSON serialization from decimal should be a string - Do not allow writing to a decimal field with floats, or a float field with decimals - API to cast...
This is going to be reduced into one connector in the end.
https://github.com/prisma/tiberius/blob/main/src/query.rs Should skip quite a bunch of allocations and remove code from Quaint.
Sigh, this is kind of a tough one. But it would be great to be able to finally cut a release to crates.io. What's stopping us? - tokio_postgres doesn't work...
SQLx
While I've been considering our shift from separate SQL crates to SQLx, our recent move to a different runtime (async-std) adds another reason to consider it as the interface to...
Part of an epic: https://github.com/prisma/quaint/issues/138 - Tests green (also in Prisma) - Benchmark against old impl, with and without LRU
Part of an epic: https://github.com/prisma/quaint/issues/138 - Tests green (also in Prisma) - Benchmark against old impl, with and without LRU
Part of an epic: https://github.com/prisma/quaint/issues/138 The last item to be done after others.