WCDB
Realm
WCDB | Realm | |
---|---|---|
2 | 50 | |
10,773 | 16,281 | |
0.7% | 0.3% | |
9.3 | 9.2 | |
11 days ago | 14 days ago | |
C | Objective-C | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WCDB
-
Awesome macOS Libraries List
WCDB - WCDB is a cross-platform database framework developed by WeChat. Language: C.
-
Cross-Database Queries in SQLite
SQLite is so ubiquitous you'd be hard pressed to find an app or service that doesn't use it.
Look through the licenses for the software included as part of your phone's OS. You'll find SQLite in there.
Search GitHub for sqlite, there are several projects with thousands of stars that use SQLite. Here's one: https://github.com/Tencent/wcdb
Realm
-
Release Radar ยท September 2024: Major updates from the open source community
From the team at MongoDB comes Realm, a mobile database that runs directly inside phones, tablets, or wearables. It's built for mobile, and designed for offline use. The latest release comes with built-in Swift 6 language mode, and Xcode 16 support. Some breaking changes include removal of Atlas App Services and Atlas Device Sync functionality, Strings and Data now considered different types and thus queries won't match one another, and Realms are no longer autoreleased when initialised. Dig into all the updates in the Realm changelog.
- MongoDB has deprecated the Realm SDK for iOS/Android
-
Energy, WiFi and RAM use by Android messaging apps
Presumably realm in Element for Android. https://realm.io/ "Realm by MongoDB"
See also https://github.com/vector-im/element-android/issues/1025
-
I built a WebComponents-based framework
Looks really cool, I like to make very minimalistic dependency choices for the web apps I work on. Web Components look interesting and it's great to see frameworks that build upon it and provide features that are currently missing from it.
When I landed on the page I remembered another Realm framework I used a lot long time ago. https://realm.io has the same name and the logo looks very similar too. Not sure if it's a problem, just wanted to share. :)
-
What is the best DB for offline-first?
Realm (Open Source but Sync is SaaS)
-
Realm Database, Expo SDK 49 and Expo Router Getting Started
Realm is a fast, scalable alternative to SQLite with mobile to cloud data sync that makes building real-time, reactive mobile apps easy.
-
Looking for android java developer mentor
I would focus on Kotlin instead of Java, there's really no point in sticking to Java at this point. And when it comes to databases, some local ones that are pretty easy to get into are Realm and ObjectBox, SQLite can definitely be a bit overwhelming at the beginning.
- Please help me out. Recently switched to M1 from intel. Getting error while running the build on simulator.
-
Help with saving user data when answering quiz!
So yeah, if you don't have a server with API which will store data for you - you should really look into CoreData and Realm
-
Is there something like SQLite for MongoDB?
Try Realm.
What are some alternatives?
GRDB.swift - A toolkit for SQLite databases, with a focus on application development
SwiftData
MMKV - An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
SQLite.swift - A type-safe, Swift-language layer over SQLite3.
FMDB - A Cocoa / Objective-C wrapper around SQLite
ObjectBox embedded database - Swift database - fast, simple and lightweight (iOS, macOS)
UserDefaults - Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS
UserDefaultsStore - Why not use UserDefaults to store Codable objects ๐
Couchbase Mobile - Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.