fluent-kit icon indicating copy to clipboard operation
fluent-kit copied to clipboard

Swift ORM (queries, models, and relations) for NoSQL and SQL databases

Results 115 fluent-kit issues
Sort by recently updated
recently updated
newest added

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...

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...

bug

### 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...

bug

**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...