sqlite

Community

Practical SQLite patterns for real apps

AuthorAnExiledDev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This collection provides comprehensive guidance for effective SQLite usage, covering core pragmas, schema design, JSON/FTS features, indexing strategies, upserts, and migration patterns to reduce boilerplate and risk.

Core Features & Use Cases

  • WAL configuration and PRAGMA best practices for concurrent reads and safe writes.
  • Schema design patterns (STRICT tables, WITHOUT ROWID, generated columns, and CHECK constraints) with concrete examples.
  • JSON1/FTS5 usage, external content tables, and advanced query techniques (RETURNING, EXPLAIN, window functions, upsert).
  • Performance optimization through covering indexes, partial and expression indexes, and ANALYZE workflows.
  • Migration and deployment patterns for Python and JavaScript environments, including D1-like patterns in edge contexts.

Quick Start

Install or import the patterns into your project, apply the recommended PRAGMAs, configure WAL, and adopt the showcased indexing and migration strategies for immediate improvements.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sqlite
Download link: https://github.com/AnExiledDev/CodeForge/archive/main.zip#sqlite

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.