Write plain SQL, generate Typescript types of result row and parameters<p>Inspired from discussion in <a href="https://news.ycombinator.com/item?id=26190256" rel="nofollow">https://news.ycombinator.com/item?id=26190256</a><p>This tool enable using SQL as the single source of truth. Avoid the need to manually keep the SQLs and types in sync.<p>It's easier to get good performance and simplicity using hand written sql then using ORM.<p>Inspired from discussion in <a href="https://news.ycombinator.com/item?id=26190256" rel="nofollow">https://news.ycombinator.com/item?id=26190256</a>