Che cos'è epic-database?
Guida su Prisma, SQLite e LiteFS per Epic Stack Fonte: epicweb-dev/epic-stack.
Guida su Prisma, SQLite e LiteFS per Epic Stack
Installa rapidamente la skill AI epic-database nel tuo ambiente di sviluppo tramite riga di comando
Fonte: epicweb-dev/epic-stack.
Do as little as possible - Only fetch the data you actually need. Use select to fetch specific fields instead of entire models. Avoid over-fetching data "just in case" - fetch what you need, when you need it.
Pragmatism over purity - Optimize queries when there's a measurable benefit, but don't over-optimize prematurely. Simple, readable queries are often better than complex optimized ones. Add indexes when queries are slow, not before.
Automatic migrations: Migrations are automatically applied on deploy via litefs.yml.
Guida su Prisma, SQLite e LiteFS per Epic Stack Fonte: epicweb-dev/epic-stack.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-databaseGuida su Prisma, SQLite e LiteFS per Epic Stack Fonte: epicweb-dev/epic-stack.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-database Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/epicweb-dev/epic-stack