Skip to content

Commit 6b4fd37

Browse files
authored
Update README.md
1 parent d61d45e commit 6b4fd37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ let database = try DB(path: "...")
4949

5050
// Execute the query
5151
let todos = try await database.todoQueries.selectTodos.execute()
52+
5253
for todo in todos {
5354
print(todo.id, todo.name, todo.completedOn)
5455
}

0 commit comments

Comments
 (0)