fluent-kit
fluent-kit copied to clipboard
Swift ORM (queries, models, and relations) for NoSQL and SQL databases
This updates FluentKit to use modern concurrency methods instead of EL-based code and switches the EL-based versions to use a/a under the hood. The change is required by #645 but...
Relies on #643
So this is my original code ```swift extension DiscoverController { struct TrendingHashtagsOutput: Content { let trending_hashes: [String] } func trendingHashTag(req: Request) throws -> EventLoopFuture { guard let pgdb = req.db...
### Description Eager loading of sibling relation causes fatal error. `Fatal error: Cannot access field before it is initialized or fetched` The data in the database seems to be correctly...
**Describe the solution you'd like** I would like to propose the beginning implementation of commands to easily generate templates for new items such as: * Controllers * Migrations * Models...