Beginner Question: iOS/Swift apps database/SQL options?

GRDB is a fantastic library for SQLite that works well on iOS. Detailed here in the readme is a brief explanation and comparison to some of the other options. There is also support for Rx & Combine with companion libraries.

2 Likes