Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
SQLite.swift Alternatives
Similar projects and alternatives to SQLite.swift
-
GRDB.swift
A toolkit for SQLite databases, with a focus on application development
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
-
UserDefaults
Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web.
-
ReactiveCocoa
Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.
-
-
-
Cartography
A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
-
SwiftyStoreKit
Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
-
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
SQLite.swift reviews and mentions
-
Quick Questions
I’ve used this library to talk to SQLite before. See notes here on why you can’t just drop a file into the app bundle
-
A new database system for Swift
It relies on https://github.com/stephencelis/SQLite.swift and looks like it would suffer from the same issue https://github.com/stephencelis/SQLite.swift/issues/1104
-
Is there a sqlite connection?
You can do that if you want, e.g https://github.com/stephencelis/SQLite.swift
-
SQLite for swift?
Does anyone know of a swift package for SQLite that is exclusive for swift? I was trying to use this package https://github.com/stephencelis/SQLite.swift in swift playgrounds on iPad and it says clang isn’t supported when I removed the package dependency I don’t get that error but then the app I’m trying to clone doesn’t work. I’m trying to clone this app https://github.com/rafaelclaycon/PodcastApp if anyone has any suggestions I’d appreciate it
SQLite.swift + SQLiteMigrationManager.swift
-
Finally acquainting myself with CoreData after 10 years of mostly avoiding it. Very heavy obj-c baggage. Anyone recommend a wrapper?
Sqlite.swift
-
Awesome macOS Libraries List
SQLite.swift - A type-safe, Swift-language layer over SQLite3. Language: Swift.
-
SQLite server in SwiftUI
Instead I would read the database with a 3rd party library like SQLite Swift or GRDB.
-
Getting Started using SQLite for IOS app
We are using this for a very complicated project at the moment and it works also very well. The documentation is fantastic and there are even some questions answered on stackoverflow https://github.com/stephencelis/SQLite.swift
-
A note from our sponsor - Mergify
blog.mergify.com | 28 Sep 2023
Stats
stephencelis/SQLite.swift is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SQLite.swift is Swift.