© 2026 Hedgehog Software, LLC
await sql`SELECT column AS "data" FROM my_table ${type ? ` WHERE type = ${type}` : ''};`.execute(client);