# Sqlite Web

> Basic skill for SQLite schema work, lightweight data storage, and local database usage in web development workflows. Use when Codex needs a basic starting point for this development area.

- Skill: `shubhashjha/sqlite-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/sqlite-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/sqlite-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/sqlite-web

---


# SQLite Web

Use this skill as a basic starting point.

## Workflow

1. Review the schema and current persistence requirements.
2. Identify lightweight data access and migration needs.
3. Keep queries and table structures simple and reliable.
4. Respect file based database constraints.
5. Verify behavior with realistic local data.

## Output

- Produce practical SQLite related changes.
- Keep persistence logic lightweight and maintainable.
- Prefer simple schema structures over unnecessary abstraction.

