About the GRDB category

GRDB is a production-ready database library for Swift, based on SQLite.

It provides raw access to SQL and advanced SQLite features, because one sometimes enjoys a sharp tool. It has robust concurrency primitives, so that multi-threaded applications can efficiently use their databases. It grants your application models with persistence and fetching methods, so that you don't have to deal with SQL and raw database rows when you don't want to.

See Why Adopt GRDB? if you are looking for your favorite database library.

This forum is intended to answer community questions, raise your interest, share stories, experience, and best practices.

Hello Swift forum users,

I sincerely hope that you'll find in this library refreshing, and well suited for its core target: GUI applications that need a local database.

Gwendal Roué

3 Likes