db-sqlite
Installation
SKILL.md
SQLite Database Skill
Comprehensive patterns for SQLite database management in Node.js/TypeScript projects using Prisma ORM, including schema-first development and Railway deployment with Litestream backup.
When to Use This Skill
- Setting up SQLite in a new project
- Defining database schemas with Prisma
- Running migrations with
prisma migrate - Deploying SQLite to Railway with persistent volumes
- Backing up production databases with Litestream
- Troubleshooting database issues