Rasmus Porsager
Rasmus Porsager
Queries seem to be executed as expected, and I'm not seeing anything out of the ordinary if I do a proper benchmark with variations and warmup.
Cool. The benchmarks in the slonik repo are absolutely useless. They measure serial query performance which doesn't make any sense. You don't want to queue up all queries in a...
The query looks just right, and your object will be inserted correctly as jsonb. Now for the typescript error, I don't know, and can't help since I don't use it...
That would be great 👍 I think I was using numbers on my mac, and that's a pain to maintain 🙈
More than the point `Remember terminal tabs including their cwd `?
Very nice. Mind adding tests for this?
That sounds reasonable. Want to make a PR?
I'm thinking the following to cover various use cases: options.stats: true or sql.stats() gives you the following properties on the query result ```js result.duration // the complete duration of the...
That's exactly what the above is? 😉
Did you try the https://github.com/porsager/postgres/tree/query-stats branch mentioned right above instead of trying to create a wrapper @mattsoftware ?