🥰 TypeScript, FaaS & DBs. coined Tofu (OpenTofu). opinions are mine.
github.com/igalklebanov
there were a few times where we rolled back and redesigned an API idea before release. if that would have hit `latest` on `npm` prematurely - ouch.
there were a few times where we rolled back and redesigned an API idea before release. if that would have hit `latest` on `npm` prematurely - ouch.
now they're officially supported in v0.28.2.
please drink lots of water. it's hot outside, and DRY in your codebases now. 🥤
github.com/kysely-org/k...
you were not "holding it right" in some parts, and complaining about sql more than about kysely.
unmatched type-safety.
github.com/thetutlage/m...
you were not "holding it right" in some parts, and complaining about sql more than about kysely.
unmatched type-safety.
github.com/thetutlage/m...
e.g. if all you do is `where a = ?` and `where a = ? and b = ?`, all you need is a composite index `(a,b)`, probably*. 🤞
* - run some `explain`s to see actual query plans to test assumptions.
e.g. if all you do is `where a = ?` and `where a = ? and b = ?`, all you need is a composite index `(a,b)`, probably*. 🤞
* - run some `explain`s to see actual query plans to test assumptions.