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

usersToGroupsTable() — drizzle-orm Function Reference

Architecture documentation for the usersToGroupsTable() function in singlestore.schema.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  4658792c_1abe_4131_edd4_006278fef624["usersToGroupsTable()"]
  a47d293e_969b_f3ef_0270_527225b9cd39["singlestore.schema.ts"]
  4658792c_1abe_4131_edd4_006278fef624 -->|defined in| a47d293e_969b_f3ef_0270_527225b9cd39
  style 4658792c_1abe_4131_edd4_006278fef624 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

integration-tests/tests/relational/singlestore.schema.ts lines 37–39

	(t) => ({
		pk: primaryKey(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/relational/singlestore.schema.ts.
Where is usersToGroupsTable() defined?
usersToGroupsTable() is defined in integration-tests/tests/relational/singlestore.schema.ts at line 37.

Analyze Your Own Codebase

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

Try Supermodel Free