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

Core Concepts

SQLite vs Network Databases

Installs
9
GitHub Stars
6
First Seen
Mar 8, 2026
db-sqlite — aussiegingersnap/cursor-skills