awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to phimage/prephirences

Open-source alternatives to Prephirences

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

  • 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
  • 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
  • artsabintsev/zephyrArtSabintsev avatar

    ArtSabintsev/Zephyr

    944View on GitHub↗

    Effortlessly synchronize UserDefaults over iCloud.

    Swift
    View on GitHub↗944
  • 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

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
  • hemantasapkota/swiftstorehemantasapkota avatar

    hemantasapkota/SwiftStore

    129View on GitHub↗

    Key-Value store for Swift backed by LevelDB

    C++
    View on GitHub↗129
  • 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
  • nmdias/defaultskitnmdias avatar

    nmdias/DefaultsKit

    1,442View on GitHub↗

    Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS

    Swift
    View on GitHub↗1,442
  • 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
  • yapstudios/yapdatabaseyapstudios avatar

    yapstudios/YapDatabase

    3,331View on GitHub↗

    YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers.

    Objective-C
    View on GitHub↗3,331
  • vpeschenkov/securedefaultsvpeschenkov avatar

    vpeschenkov/SecureDefaults

    231View on GitHub↗

    Elevate the security of your UserDefaults with this lightweight wrapper that adds a layer of AES-256 encryption

    Swift
    View on GitHub↗231
  • sindresorhus/defaultssindresorhus avatar

    sindresorhus/Defaults

    2,471View on GitHub↗

    💾 Swifty and modern UserDefaults

    Swiftiosmacosnsuserdefaults
    View on GitHub↗2,471
  • nirma/defaultNirma avatar

    Nirma/Default

    468View on GitHub↗

    Modern interface to UserDefaults Codable support

    Swifthacktoberfestuserdefaults
    View on GitHub↗468
  • 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
  • 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
  • cosmicmind/graphCosmicMind avatar

    CosmicMind/Graph

    873View on GitHub↗

    Graph is a semantic database that is used to create data-driven applications.

    Swiftcoredatacosmicminddata
    View on GitHub↗873
  • albertodebortoli/skopelosalbertodebortoli avatar

    albertodebortoli/Skopelos

    239View on GitHub↗

    A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.

    Swift
    View on GitHub↗239
  • apache/couchdbapache avatar

    apache/couchdb

    6,905View on GitHub↗

    CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency. The system includes a full-text search engine that transforms database records into queryable documents, supporting sorting and pagination. Data synchronization is handled via multi-master replication, which exchanges revision histories to maintain consistency across distributed nodes. The database utilizes multi-ve

    Erlang
    View on GitHub↗6,905
  • apache/cassandraapache avatar

    apache/cassandra

    9,778View on GitHub↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Javacassandradatabasejava
    View on GitHub↗9,778
  • akrylysov/pogrebakrylysov avatar

    akrylysov/pogreb

    1,350View on GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    View on GitHub↗1,350
  • afrymask/afbrushboardAfryMask avatar

    AfryMask/AFBrushBoard

    571View on GitHub↗

    根据手指滑动速度动态调整线条粗细和透明度 - 对相邻线段进行贝塞尔方法进行绘制 - 多阶贝塞尔曲线方法抽取 - 大批量线段绘制的性能优化

    Swift
    View on GitHub↗571
  • claygod/cofferclaygod avatar

    claygod/coffer

    39View on GitHub↗

    Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID properties of the database. The database provides the ability to create record headers at own discretion and use them as transactions. The maximum size of stored data is limited by the size of the computer's RAM.

    Go
    View on GitHub↗39
  • cockroachdb/cockroachcockroachdb avatar

    cockroachdb/cockroach

    32,207View on GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Gocockroachdbdatabasedistributed-database
    View on GitHub↗32,207
  • cockroachdb/pebblecockroachdb avatar

    cockroachdb/pebble

    5,777View on GitHub↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    View on GitHub↗5,777
  • codenotary/immudbcodenotary avatar

    codenotary/immudb

    8,982View on GitHub↗

    immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It ensures verifiable database integrity by utilizing Merkle trees to generate membership and consistency proofs that detect unauthorized data alterations. The system employs a multi-model storage engine that unifies key-value, document, and relational data structures within a single immutable backend. It provides compatibility with the PostgreSQL wire protocol, allowing it to integrate with standard SQL clients, ORMs, and database tools. The project covers broad capabilities in

    Goauditablecompliancecryptographic
    View on GitHub↗8,982
  • coderjackyhuang/runtimedemoCoderJackyHuang avatar

    CoderJackyHuang/RuntimeDemo

    86View on GitHub↗

    学习Runtime

    Objective-C
    View on GitHub↗86
  • chrislusf/vastochrislusf avatar

    chrislusf/vasto

    263View on GitHub↗

    A distributed key-value store. On Disk. Able to grow or shrink without service interruption.

    Godistributed-storagekey-valuereplication
    View on GitHub↗263
  • couchbase/mosscouchbase avatar

    couchbase/moss

    1,016View on GitHub↗

    moss - a simple, fast, ordered, persistable, key-val storage library for golang

    Go
    View on GitHub↗1,016
  • covenantsql/covenantsqlCovenantSQL avatar

    CovenantSQL/CovenantSQL

    1,528View on GitHub↗

    A decentralized, trusted, high performance, SQL database with blockchain features

    Gobftblockchaincovenantsql
    View on GitHub↗1,528
  • anviking/decodableAnviking avatar

    Anviking/Decodable

    1,033View on GitHub↗

    Probably deprecated Swift 2/3 JSON unmarshalling done (more) right

    Swiftjsonswift
    View on GitHub↗1,033