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

select() — drizzle-orm Function Reference

Architecture documentation for the select() function in db.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  d9537013_dc8d_a9d5_6b54_e1724abbdd2f["select()"]
  10fbad18_129f_69a2_7ce3_79ea63dcf5d7["MySqlDatabase"]
  d9537013_dc8d_a9d5_6b54_e1724abbdd2f -->|defined in| 10fbad18_129f_69a2_7ce3_79ea63dcf5d7
  511441a5_4f3e_873f_b0b5_120a4a7fe793["with()"]
  511441a5_4f3e_873f_b0b5_120a4a7fe793 -->|calls| d9537013_dc8d_a9d5_6b54_e1724abbdd2f
  3d5d57d7_f20f_9ae1_9eba_ee85dbf56738["withReplicas()"]
  3d5d57d7_f20f_9ae1_9eba_ee85dbf56738 -->|calls| d9537013_dc8d_a9d5_6b54_e1724abbdd2f
  style d9537013_dc8d_a9d5_6b54_e1724abbdd2f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/mysql-core/db.ts lines 360–360

	select(): MySqlSelectBuilder<undefined, TPreparedQueryHKT>;

Domain

Subdomains

Frequently Asked Questions

What does select() do?
select() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/db.ts.
Where is select() defined?
select() is defined in drizzle-orm/src/mysql-core/db.ts at line 360.
What calls select()?
select() is called by 2 function(s): with, withReplicas.

Analyze Your Own Codebase

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

Try Supermodel Free