Posts tagged “Server”
Articles
Model Parts
07/08/26
How to centralize indexes, foreign keys, and unique constraints in the model itself so migrations and tests speak the same language.
Swift
Server
DataBase
Read →
UUID v7
05/06/26
Swift uses UUID v4 by default, but with a small extension you can leverage all the advantages of UUID v7 without sacrificing performance.
Swift
Server
DataBase
Read →
My First Macro
04/01/26
My first Swift macro: automatically generating the id, timestamps, init and namespace in every Fluent model at compile time with SwiftSyntax.
Swift
Server
Read →