GRDB is a popular Swift library used in relation to the SQLite database. Use this tag for questions about the use of GRDB. You would likely add the Swift tag, and possibly the SQL tag.
The GRDB library is at https://github.com/groue/GRDB.swift
It is a library for use in Swift projects which deal with the SQLite database.
It particularly focusses on performance and threading.
It deals with issues such as WAL support, migrations, reactive extensions, and change observation.
Links to GRDB installation, reference.