awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • stephencelis/sqlite.swiftAvatar von stephencelis

    stephencelis/SQLite.swift

    10,167Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,167
  1. Home
  2. Data & Databases
  3. Database Journaling Controls