A command to re-generate types, identify schema drift, smoke test the queries with performance testing and differences. Something like the below:
$ npx hypequery test
π Schema Check
β All types match database schema
β οΈ New column 'users.deleted_at' detected
π§ͺ Smoke Test (running queries)
β activeUsers (45ms, 12 rows)
β revenueByMonth (120ms, 24 rows)
β topCustomers (2100ms, 50 rows)
π Performance Check
β All queries within thresholds
β οΈ topCustomers is slow (2100ms > 1000ms threshold)
In Review
Feature Request
1 day ago

Luke
Get notified by email when there are changes.
In Review
Feature Request
1 day ago

Luke
Get notified by email when there are changes.