database-sqlite
CommunitySQLite best practices for PolyFlup data.
AuthorNiller2005
Version1.0.0
Installs0
System Documentation
What problem does it solve?
SQLite usage for PolyFlup is made reliable through standardized connection handling, transactional safety, and a migration system to evolve the schema without data loss.
Core Features & Use Cases
- db_connection context manager provides safe, automatic commits and clean error handling for read/write operations.
- Idempotent migrations and versioned schema ensure safe upgrades without data loss and clear history.
- WAL mode enables better concurrency and performance by allowing readers and writers to proceed in parallel.
- Schema visibility and guidance includes a clear overview of core tables and fields to support maintainable data access.
- Migration history and auditing tracks applied migrations for accountability and rollback planning.
Quick Start
Set up the db_connection context in your data layer and run the migration tool to initialize or upgrade the schema.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: database-sqlite Download link: https://github.com/Niller2005/PolyFlup/archive/main.zip#database-sqlite Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.