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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yapstudios avatar

yapstudios/YapDatabase

0
View on GitHub↗
3,331 stele·366 fork-uri·Objective-C·6 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru yapstudios/yapdatabaseGraficul istoricului de stele pentru yapstudios/yapdatabase

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru YapDatabase

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu YapDatabase.
  • marcoarment/fcmodelAvatar marcoarment

    marcoarment/FCModel

    1,641Vezi pe GitHub↗

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

    Objective-C
    Vezi pe GitHub↗1,641
  • phimage/prephirencesAvatar phimage

    phimage/Prephirences

    574Vezi pe GitHub↗

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

    Swift
    Vezi pe GitHub↗574
  • ccgus/fmdbAvatar ccgus

    ccgus/fmdb

    13,851Vezi pe 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
    Vezi pe GitHub↗13,851
  • realm/realm-cocoaAvatar realm

    realm/realm-cocoa

    16,608Vezi pe 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
    Vezi pe GitHub↗16,608
Vezi toate cele 30 alternative pentru YapDatabase→

Întrebări frecvente

Ce face yapstudios/yapdatabase?

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

Care sunt principalele funcționalități ale yapstudios/yapdatabase?

Principalele funcționalități ale yapstudios/yapdatabase sunt: Database Engines, Database Libraries.

Care sunt câteva alternative open-source pentru yapstudios/yapdatabase?

Alternativele open-source pentru yapstudios/yapdatabase includ: 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.