@groue hey! I was wondering where you recommended storing the database file when using GRDB? I’m currently using URL.documentsDirectory, but is that liable to permission faults? Thanks!

@joedub The "Opening a Connection" section in the link below might answer your questions:

https://swiftpackageindex.com/groue/grdb.swift/v6.29.3/documentation/grdb/databaseconnections

GRDB Documentation – Swift Package Index