You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,19 @@ To learn about the core concepts behind structured query building in Swift, chec
569
569
570
570
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
571
571
572
+
## Related Packages
573
+
574
+
### Third-Party Dependencies
575
+
576
+
-[pointfreeco/swift-case-paths](https://github.com/pointfreeco/swift-case-paths): Case paths bring the benefits of key paths to enums.
577
+
-[pointfreeco/swift-custom-dump](https://github.com/pointfreeco/swift-custom-dump): A collection of tools for debugging, diffing, and testing data structures.
578
+
-[pointfreeco/swift-dependencies](https://github.com/pointfreeco/swift-dependencies): A dependency management library for controlling dependencies in Swift.
579
+
-[pointfreeco/swift-macro-testing](https://github.com/pointfreeco/swift-macro-testing): Magical testing tools for Swift macros.
580
+
-[pointfreeco/swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing): Delightful snapshot testing for Swift.
581
+
-[pointfreeco/swift-tagged](https://github.com/pointfreeco/swift-tagged): A wrapper type for safer, expressive code.
582
+
-[pointfreeco/xctest-dynamic-overlay](https://github.com/pointfreeco/xctest-dynamic-overlay): Define XCTest assertion helpers directly in production code.
583
+
-[vapor/postgres-nio](https://github.com/vapor/postgres-nio): Non-blocking, event-driven Swift client for PostgreSQL.
0 commit comments