Files

4 lines
105 B
Swift

import GRDB
try! print(DatabaseQueue().read { try String.fetchOne($0, sql: "SELECT 'Hello world!'")! })