1 مستودع
Configurations for controlling how database changes are written to disk and logged.
Distinct from Journal: None of the candidates cover database-engine-level journaling modes (like WAL), focusing instead on system logs or personal diaries.
Explore 1 awesome GitHub repository matching data & databases · Database Journaling Controls. Refine with filters or upvote what's useful.
SQLite.swift is a type-safe Swift wrapper and object-relational mapping layer that provides a bridge for interacting with SQLite databases. It functions as a database driver that allows for embedded database management and local data persistence within Swift applications. The project distinguishes itself through a type-safe expression builder that verifies SQL statement syntax and intent at compile time. It includes specialized support for high-performance text matching via full-text search integration and provides mechanisms for securing sensitive data through database encryption. The libra
Allows selection of specific journaling modes and logging behaviors to optimize disk write operations.