Flavian Desverne

Results 82 issues of Flavian Desverne

## Overview Two examples added: quaint pooled + tokio-postgres with TLS. Observations so far: TLS is what adds most of the overhead compared to tokio-postgres _without_ TLS. Numbers are roughly:...

## Overview fixes https://github.com/prisma/prisma/issues/16102

## Overview Pass max bind values thresold to the Query Engine

## Overview Follow-up PR to https://github.com/prisma/tiberius/pull/315. The initial PR added a bunch of tests but none of them actually sent data to the database. These tests ensure the encoding is...

[Rendered view](https://github.com/prisma/specs/tree/spec/prisma-schema-sdk/sdk-js/schema) closes https://github.com/prisma/specs/issues/166 Discussed in https://github.com/prisma/prisma2/issues/227 and https://github.com/prisma/prisma-sdk-js/issues/5

area/schema
area/sdk
kind/discussion
spec/new

As requested by @schickling

area/sdk
kind/spec
spec/change

## Overview - Adds multi-schema support for introspection - `Datamodel` now registers models, composite types, views by file names - `Datasource` and `Generators` now store `FileId` - Multi-schema support is...

## Overview Refactor the QueryParser to use a context.

## Overview closes https://github.com/prisma/team-orm/issues/1048 Since SQLite 3.32.0, the max bind values were upgraded from 999 to 32766. As of commiting is, we're bundling SQLite 3.41.1. This will improve performance for...