writing pure sql brings me joy than dealing with ORMs, the reason that writing sql i feel at home, knowing every part of the query without the magic of ORMs, prisma good ORM launch typedSql inspired from SQLX and pgtyped, but i need a minimal alternative, i look at kysely, it is like pure sql but as chain of functions, any other solutions, a type safe query builder ?