© 2026 Hedgehog Software, LLC
const client = () => drizzle(neon(connectionString!), { schema }); type DrizzleClient = ReturnType<typeof client>
type DrizzleClient = typeof drizzle<schema>