Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Top 23 Swift Data Management Projects
-
Project mention: Best practices for parsing dynamic/unstructured JSON? | reddit.com/r/swift | 2022-08-26
Up until now, I've been using SwiftyJSON, although it appears to be unmaintained. Is there an equivalent alternative which functions similarly? Thanks in advance
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Core Data (and CoreStore, which is backed by Core Data) is an object persistence system (so objects can survive between application sessions), which lets you work with the objects in a more database-like way. For example, you can ask for all the instances of a Person object which match a predicate like the pets relationship is not nil. You can think of it like a more advanced version of arrays and sets.
-
-
AlamofireObjectMapper
An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
-
-
-
-
-
-
-
-
import PackageDescription let package = Package( name: "Extractor", dependencies: [ .package(url: "https://github.com/drmohundro/SWXMLHash.git", from: "7.0.0") ], targets: [ .executableTarget( name: "Extractor", dependencies: [.product(name: "SWXMLHash", package: "SWXMLHash")]) ] )
-
-
-
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Swift Data Management related posts
- GRDB-ORM, an ORM for GRDB - Swift SQLite
- How to manage instances of a class
- Quick Questions
- How to decide between JSON and CoreData?
- Regex Linux
- What's new in DTTableView/CollectionViewManager 11
- Is it possible to connect MySQL to the SWIFT system ?
-
A note from our sponsor - Appwrite
appwrite.io | 4 Feb 2023
Index
What are some of the best open-source Data Management projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | SwiftyJSON | 21,743 |
2 | ObjectMapper | 9,030 |
3 | SQLite.swift | 8,731 |
4 | GRDB.swift | 5,620 |
5 | SwiftyUserDefaults | 4,706 |
6 | LeetCode_Swift | 4,514 |
7 | HandyJSON | 4,078 |
8 | CoreStore | 3,675 |
9 | Argo | 3,497 |
10 | AlamofireObjectMapper | 2,647 |
11 | Zip | 2,288 |
12 | FileKit | 2,243 |
13 | SugarRecord | 2,129 |
14 | Zip Foundation | 1,949 |
15 | FileBrowser | 1,489 |
16 | QueryKit | 1,455 |
17 | PathKit | 1,377 |
18 | SWXMLHash | 1,308 |
19 | fluent | 1,185 |
20 | Decodable | 1,046 |
21 | JASON | 1,018 |
22 | Fuzi | 999 |
23 | AEXML | 978 |