Run performance benchmarks for TurboAPI. Use when testing performance, checking for regressions, or comparing against FastAPI.
원문 언어: 영어
메뉴
SkillsMP는 justrach/turboAPI에서 6개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 6개 중 6개를 표시합니다.
Run performance benchmarks for TurboAPI. Use when testing performance, checking for regressions, or comparing against FastAPI.
원문 언어: 영어
Build the TurboAPI Zig native backend. Use when the turbonet extension needs to be recompiled, after changing Zig source files, or when seeing "Native core not available".
원문 언어: 영어
Scaffold Zig-native database routes using pg.zig + TurboPG. Use when adding database-backed CRUD endpoints, custom SQL queries (pgvector, JSONB, full-text search, JOINs, CTEs), or standalone TurboPG usage.
원문 언어: 영어
Use TurboPG for standalone Postgres queries. Use when writing database code outside of TurboAPI routes, running migrations, seeding data, or building scripts that talk to Postgres.
원문 언어: 영어
Scaffold a new TurboAPI route with handler, model, and tests. Use when adding a new API endpoint, creating a new route, or scaffolding CRUD for a resource.
원문 언어: 영어
Run TurboAPI tests. Use when running tests, checking for regressions, or verifying changes.
원문 언어: 영어