Skip to content

Commit c360c3a

Browse files
committed
docs: update Related Packages section with accurate categorization
1 parent 092778a commit c360c3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,19 @@ To learn about the core concepts behind structured query building in Swift, chec
569569

570570
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
571571

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.
584+
572585
## Related Projects
573586

574587
- [**swift-records**](https://github.com/coenttb/swift-records) - High-level database operations layer (connection pooling, transactions, migrations)

0 commit comments

Comments
 (0)