Database
4 tables discovered from ORM schema definitions and SQL DDL, with the number of read and write sites the index could attribute to each.
sqlalchemy: 2drizzle: 2
| Table | Repository | Source | Columns | Accesses | Writes | Defined in |
|---|---|---|---|---|---|---|
| accounts | fixture-api-py | sqlalchemy | 0 | 1 | 1 | app/main.py |
| base | fixture-api-py | sqlalchemy | 0 | 0 | 0 | app/main.py |
| orders | fixture-shop | drizzle | 4 | 2 | 2 | src/lib/schema.ts |
| users | fixture-shop | drizzle | 3 | 2 | 1 | src/lib/schema.ts |
Access counts attribute a query to a table only when the table is named by a statically readable identifier or string. Dynamically built queries are indexed but contribute no table attribution, so these counts are a floor, not a total.