Skip to content

Posts tagged fluent

Meet Vapor for VS Code

The official Vapor extension for Visual Studio Code is here, with features for Vapor, Fluent, and Leaf to speed up development. Here's a tour.

On Fluent Models and Sendable warnings

Since FluentKit 1.48.0, every Fluent Model triggers a Sendable warning. Here's the Swift property-wrapper corner case behind it, and how to handle it.

Enable SQL Query Logging

Learn how to enable query logging in Fluent to see the generated SQL queries

Adding a database table index

Fluent doesn't yet support database indexes natively, but you can add one in a migration by dropping down to SQLKit. Here's how, with examples.