Back to Developer Roadmap

GRDB

src/data/roadmaps/swift-ui/content/grdb@ie_fUA2ZuqmtY7gX14rjo.md

4.0939 B
Original Source

GRDB

GRDB is a Swift library that provides a convenient and reliable way to interact with SQLite databases. It allows you to perform database operations like creating tables, inserting, querying, updating, and deleting data using Swift code. GRDB focuses on safety, performance, and ease of use, making it a good choice for managing local data storage in your Swift and SwiftUI applications.

Visit the following resources to learn more: