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
yapstudios avatar

yapstudios/YapDatabase

0
View on GitHub↗
3,331 stars·366 forks·Objective-C·7 views

YapDatabase

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

Features

  • Database Engines - Extensible database for iOS and Mac.
  • Database Libraries - Extensible database for iOS and Mac.

Star history

Star history chart for yapstudios/yapdatabaseStar history chart for yapstudios/yapdatabase

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to YapDatabase

Similar open-source projects, ranked by how many features they share with YapDatabase.
  • 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
  • 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
  • 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
  • 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
See all 30 alternatives to YapDatabase→

Frequently asked questions

What does yapstudios/yapdatabase do?

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

What are the main features of yapstudios/yapdatabase?

The main features of yapstudios/yapdatabase are: Database Engines, Database Libraries.

What are some open-source alternatives to yapstudios/yapdatabase?

Open-source alternatives to yapstudios/yapdatabase include: phimage/prephirences — Prephirences is a Swift library that provides useful protocols and convenience methods to manage application… realm/realm-cocoa — Realm-Cocoa is a NoSQL mobile database engine and reactive object database designed for local data storage on mobile… ccgus/fmdb — fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It… marcoarment/fcmodel — An alternative to Core Data for people who like having direct SQL access. apache/cassandra — Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability.… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go.