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.