Home / Function/ usersToGroupsTable() — drizzle-orm Function Reference

usersToGroupsTable() — drizzle-orm Function Reference

Architecture documentation for the usersToGroupsTable() function in neon-http-batch.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  c733b2ed_ff33_29cd_44c7_0e027b333fe1["usersToGroupsTable()"]
  52ea0e8d_db9f_057c_0abb_a855872faf6a["neon-http-batch.ts"]
  c733b2ed_ff33_29cd_44c7_0e027b333fe1 -->|defined in| 52ea0e8d_db9f_057c_0abb_a855872faf6a
  style c733b2ed_ff33_29cd_44c7_0e027b333fe1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

integration-tests/tests/pg/neon-http-batch.ts lines 42–44

	(t) => ({
		pk: primaryKey({ columns: [t.userId, t.groupId] }),
	}),

Domain

Subdomains

Frequently Asked Questions

What does usersToGroupsTable() do?
usersToGroupsTable() is a function in the drizzle-orm codebase, defined in integration-tests/tests/pg/neon-http-batch.ts.
Where is usersToGroupsTable() defined?
usersToGroupsTable() is defined in integration-tests/tests/pg/neon-http-batch.ts at line 42.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free