awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ivanrublev/persistentstorageserializable

Open-source alternatives to PersistentStorageSerializable

30 open-source projects similar to ivanrublev/persistentstorageserializable, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PersistentStorageSerializable alternative.

  • ahkdb/ahkdbAHKDb avatar

    AHKDb/AHKDb

    30View on GitHub↗

    A database library for AutoHotkey.

    AutoHotkey
    View on GitHub↗30
  • arturdev/unrealmarturdev avatar

    arturdev/Unrealm

    534View on GitHub↗

    Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.

    Swift
    View on GitHub↗534
  • caiyue1993/icecreamcaiyue1993 avatar

    caiyue1993/IceCream

    2,010View on GitHub↗

    Sync Realm Database with CloudKit

    Swiftcloudkitrealm-databaserealmswift
    View on GitHub↗2,010
  • ccgus/fmdbccgus avatar

    ccgus/fmdb

    13,851View on GitHub↗

    fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management

    Objective-C
    View on GitHub↗13,851
  • dreymonde/shallowsdreymonde avatar

    dreymonde/Shallows

    617View on GitHub↗

    🛶 Your lightweight persistence toolbox

    Swift
    View on GitHub↗617

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • duckdb/duckdb-swiftduckdb avatar

    duckdb/duckdb-swift

    130View on GitHub↗
    C++
    View on GitHub↗130
  • groue/grdb.swiftgroue avatar

    groue/GRDB.swift

    8,209View on GitHub↗

    GRDB.swift is a comprehensive SQLite toolkit and object-relational mapper for Swift. It provides a database wrapper that handles local data persistence, connection management, and encrypted file storage for Apple platforms. The library features a dedicated observation framework that tracks database changes to automatically synchronize the application state and user interface in real time. It distinguishes itself with a type-safe query builder and a protocol-based mapping system that converts database rows into structured Swift objects. The toolkit covers a broad range of administrative and o

    Swiftdatabasedatabase-observationgrdb
    View on GitHub↗8,209
  • hemantasapkota/swiftstorehemantasapkota avatar

    hemantasapkota/SwiftStore

    129View on GitHub↗

    Key-Value store for Swift backed by LevelDB

    C++
    View on GitHub↗129
  • isnull/ahkdbaIsNull avatar

    IsNull/ahkDBA

    50View on GitHub↗

    AutoHotkey DBA is an OOP-SQL DataBase access framework. It currently supports SQLite, MySQL and ADO.

    AutoHotkey
    View on GitHub↗50
  • kevgk/leyakevgk avatar

    kevgk/Leya

    18View on GitHub↗

    Work with MySQL databases in autohotkey, without exposing server credentials.

    PHP
    View on GitHub↗18
  • marcoarment/fcmodelmarcoarment avatar

    marcoarment/FCModel

    1,641View on GitHub↗

    An alternative to Core Data for people who like having direct SQL access.

    Objective-C
    View on GitHub↗1,641
  • mhergon/realmgeoqueriesmhergon avatar

    mhergon/RealmGeoQueries

    142View on GitHub↗

    Realm GeoQueries made easy

    Swift
    View on GitHub↗142
  • modo-studio/sugarrecordmodo-studio avatar

    modo-studio/SugarRecord

    2,103View on GitHub↗

    CoreData/Realm sweet wrapper written in Swift

    Swift
    View on GitHub↗2,103
  • nirma/defaultNirma avatar

    Nirma/Default

    468View on GitHub↗

    Modern interface to UserDefaults Codable support

    Swifthacktoberfestuserdefaults
    View on GitHub↗468
  • nmdias/defaultskitnmdias avatar

    nmdias/DefaultsKit

    1,442View on GitHub↗

    Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS

    Swift
    View on GitHub↗1,442
  • objectbox/objectbox-swiftobjectbox avatar

    objectbox/objectbox-swift

    601View on GitHub↗
    Swiftdatabaseedgeembedded
    View on GitHub↗601
  • oleghnidets/ohmysqloleghnidets avatar

    oleghnidets/OHMySQL

    238View on GitHub↗

    Swift MySQL = ❤️

    C
    View on GitHub↗238
  • openkitten/mongokittenOpenKitten avatar

    OpenKitten/MongoKitten

    751View on GitHub↗

    Native MongoDB driver for Swift, written in Swift

    Swift
    View on GitHub↗751
  • perfectlysoft/perfect-mysqlPerfectlySoft avatar

    PerfectlySoft/Perfect-MySQL

    126View on GitHub↗

    A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.

    Swift
    View on GitHub↗126
  • phimage/prephirencesphimage avatar

    phimage/Prephirences

    574View on GitHub↗

    Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults

    Swift
    View on GitHub↗574
  • realm/realm-cocoarealm avatar

    realm/realm-cocoa

    16,608View on GitHub↗

    Realm-Cocoa is a NoSQL mobile database engine and reactive object database designed for local data storage on mobile devices. It serves as a non-relational alternative to Core Data and SQLite, storing data as objects rather than tables. The system functions as an encrypted local store that protects sensitive application data using encryption. It provides reactive data synchronization, allowing application objects and user interfaces to update automatically when the underlying database changes.

    Objective-C
    View on GitHub↗16,608
  • sd10/noraSD10 avatar

    SD10/Nora

    269View on GitHub↗

    Nora is a Firebase abstraction layer for FirebaseDatabase and FirebaseStorage

    Swift
    View on GitHub↗269
  • sindresorhus/defaultssindresorhus avatar

    sindresorhus/Defaults

    2,471View on GitHub↗

    💾 Swifty and modern UserDefaults

    Swiftiosmacosnsuserdefaults
    View on GitHub↗2,471
  • stephencelis/sqlite.swiftstephencelis avatar

    stephencelis/SQLite.swift

    10,167View on 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

    Swift
    View on GitHub↗10,167
  • storagekit/storagekitStorageKit avatar

    StorageKit/StorageKit

    226View on GitHub↗

    Your Data Storage Troubleshooter 🛠

    Swift
    View on GitHub↗226
  • sunshinejr/swiftyuserdefaultssunshinejr avatar

    sunshinejr/SwiftyUserDefaults

    4,893View on GitHub↗

    SwiftyUserDefaults is a type-safe Swift interface for reading and writing user preferences using the NSUserDefaults storage system. It provides a statically typed preference store that utilizes generic types and default values to prevent runtime type mismatches in application settings. The library includes a custom type serializer to convert complex objects and arrays into compatible storage formats and an observer that uses key-value observing to trigger logic when preference values change. It also features an app group preference manager that utilizes suite names to exchange user preference

    Swift
    View on GitHub↗4,893
  • tasanobu/typeddefaultstasanobu avatar

    tasanobu/TypedDefaults

    110View on GitHub↗

    TypedDefaults is a utility library to type-safely use NSUserDefaults.

    Swift
    View on GitHub↗110
  • teknasyon-teknoloji/persistencekitTeknasyon-Teknoloji avatar

    Teknasyon-Teknoloji/PersistenceKit

    156View on GitHub↗

    Store and retrieve Codable objects to various persistence layers, in a couple lines of code!

    Swift
    View on GitHub↗156
  • tencent/mmkvTencent avatar

    Tencent/MMKV

    18,623View on GitHub↗

    MMKV is a high-performance, cross-platform key-value storage framework designed for mobile platforms and POSIX environments, including Android, iOS, macOS, and Windows. It provides a persistence layer that utilizes memory-mapped files and binary serialization to achieve low-latency data access. The project distinguishes itself through native support for multi-process synchronization, allowing concurrent read and write operations across different application processes. It also implements security via AES encryption for data at rest, featuring symmetric encryption and key rotation to protect st

    C++
    View on GitHub↗18,623
  • tencent/wcdbTencent avatar

    Tencent/wcdb

    11,502View on GitHub↗

    WCDB is a cross-platform storage layer and embedded database engine that serves as a framework for SQLite. It functions as an object relational mapper, linking application classes to database tables to enable data operations via objects rather than raw queries. The project is distinguished by an integrated encryption layer for securing data at rest and a full-text search engine that uses language-specific tokenizers for text lookups. It also features transparent field compression to reduce storage footprints and a connection-pooling model to coordinate simultaneous read and write operations a

    Candroiddatabaseios
    View on GitHub↗11,502