GRDB.swift is a comprehensive SQLite toolkit for Swift developers, providing type-safe database access through mapping to Swift structs and records. It offers query building, migrations, concurrency control, and Swift Codable integration—ideal for local or embedded data persistence in iOS, macOS, and cross-platform Swift applications.

Features

  • Query builder for type-safe SQL and record mapping
  • Swift Codable support for seamless struct persistence
  • Schema migrations and raw SQL execution capabilities
  • Concurrency control via database pools and writer islands
  • Support for both in-memory and file-based SQLite databases
  • Support for both in-memory and file-based SQLite databases

Project Samples

Project Activity

See All Activity >