WCDB
MMKV
WCDB | MMKV | |
---|---|---|
2 | 5 | |
10,908 | 17,613 | |
0.6% | 0.8% | |
9.0 | 9.3 | |
2 days ago | 1 day ago | |
C | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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
MMKV
-
Understanding security in React Native applications
react-native-mmkv is a wrapper around MMKV that allows you to easily implement secure storage in your app. It is arguably the fastest key-value storage for React Native apps
-
TOP 6 React Native libraries with native performance ⚡️
This library uses MMKV key-value storage and JSI to communicate between the JS side and the native side very quickly and synchronously. It is a suitable replacement for slow AsyncStorage. Follow this guide to migrate from AsyncStorage and get 30x faster on read and write operations in your app.
-
MMKV Visualizer - simple visualizer for mobile forensicators
For those unfamiliar with MMKV, here's a link to their GitHub - https://github.com/Tencent/MMKV. Used in many mobile applications, such as Discord.
-
React Native SWR Persistent Cache with MMKV
SWR library works great with React Native. By default, SWR library uses global cache store, but you will lose your cache when you reload your app. Here is a super-easy way to sync SWR cache with MMKV.
-
Getting Started with React Native JSI Modules
This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses MMKV by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way. Read about it on this blog post I wrote on dev.to
What are some alternatives?
GRDB.swift - A toolkit for SQLite databases, with a focus on application development
Realm - Realm is a mobile database: a replacement for Core Data & SQLite
SQLite.swift - A type-safe, Swift-language layer over SQLite3.
ObjectBox embedded database - Swift database - fast, simple and lightweight (iOS, macOS)
FMDB - A Cocoa / Objective-C wrapper around SQLite
SQLite - A stand-alone Swift wrapper around the SQLite 3 client library.
UserDefaultsStore - Why not use UserDefaults to store Codable objects 😉
UserDefaults - Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS