Database Development Without ORM: A Pragmatic Approach to SQL-First Workflows
A developer has introduced a SQL-first workflow tool built on Kysely that allows developers to maintain typed queries while gaining support for stored procedures and table-valued parameters. The tooli…