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.

shubhashjha Updated

File contents

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.

shubhashjha/codex-skills/tree/main/sqlite-web commit 39186ca456

Frequently asked questions

npx skillmds@latest add shubhashjha/sqlite-web