1 مستودع
Database maintenance operations for SQLite, including auto-vacuum, manual defragmentation, and query performance tuning.
Distinct from SQLite or PostgreSQL Storage: None of the candidates cover SQLite maintenance operations; the closest are SQLite storage adapters which are about connectivity, not maintenance.
Explore 1 awesome GitHub repository matching data & databases · SQLite Maintenance Operations. Refine with filters or upvote what's useful.
Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in
Enables auto-vacuum so the database file size decreases automatically when messages or metadata are deleted.