Miroslav Kovac
Results
2
issues of
Miroslav Kovac
Is there a way to write strongly typed queries? For example, instead of: ``` db.select() .column("size") .from("planets") .where("name", .equal, "Earth") ``` I would like to write something like this: ```...
enhancement
Are there any plans for adding support for Vapor 4?