SQLite Web
Use this skill as a basic starting point.
Workflow
- Review the schema and current persistence requirements.
- Identify lightweight data access and migration needs.
- Keep queries and table structures simple and reliable.
- Respect file based database constraints.
- 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.