awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDatabase Journaling Controls

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.

Awesome Database Journaling Controls GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • stephencelis/sqlite.swiftAvatar de stephencelis

    stephencelis/SQLite.swift

    10,167Ver en GitHub↗

    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.

    Swift
    Ver en GitHub↗10,167
  1. Home
  2. Data & Databases
  3. Database Journaling Controls