DEMO INDEX. Everything on this site is derived from three synthetic fixture repositories, indexed by the real engine at build time. No real portfolio, repository name, or line of private code appears here. The full system runs locally against a private index.

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
TableRepositorySourceColumnsAccessesWritesDefined in
accountsfixture-api-pysqlalchemy011app/main.py
basefixture-api-pysqlalchemy000app/main.py
ordersfixture-shopdrizzle422src/lib/schema.ts
usersfixture-shopdrizzle321src/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.