¿Qué es epic-database?
Guía sobre Prisma, SQLite y LiteFS para Epic Stack Fuente: epicweb-dev/epic-stack.
Guía sobre Prisma, SQLite y LiteFS para Epic Stack
Instala rápidamente el skill de IA epic-database en tu entorno de desarrollo mediante línea de comandos
Fuente: 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.
Guía sobre Prisma, SQLite y LiteFS para Epic Stack Fuente: epicweb-dev/epic-stack.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-databaseGuía sobre Prisma, SQLite y LiteFS para Epic Stack Fuente: epicweb-dev/epic-stack.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-database Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/epicweb-dev/epic-stack