© 2026 Hedgehog Software, LLC
const sql = postgres(env.HYPERDRIVE.connectionString)
PgClient
Effect.provide(PgClient.layer({ url: Redacted.make(env.HYPERDRIVE.connectionString), transformQueryNames: String.camelToSnake, transformResultNames: String.snakeToCamel, }))