What is epic-database?
Guide on Prisma, SQLite, and LiteFS for Epic Stack Source: epicweb-dev/epic-stack.
Guide on Prisma, SQLite, and LiteFS for Epic Stack
Quickly install epic-database AI skill to your development environment via command line
Source: 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.
Guide on Prisma, SQLite, and LiteFS for Epic Stack Source: epicweb-dev/epic-stack.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-databaseGuide on Prisma, SQLite, and LiteFS for Epic Stack Source: epicweb-dev/epic-stack.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-database Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/epicweb-dev/epic-stack