simian-loco

Results 3 issues of simian-loco

Instead of a global `models/index.ts`, when using schemas, add `models/schema/index.ts` index files for preventing typescript "duplicate identifier" errors when schemas contain overlapping resources (e.g. postgrest, supabase, other api-based-schema paradigms).

## Background I use schemas for role-based segmentation of what is available to whom (via postgrest). This means I have apis like the following: - `GET api.example.com/public/features` - `GET api.example.com/users/features`...