Swift-Kuery-ORM is an ORM Framework that simplifies your interaction with the database using model objects. Similar to Vapor's Fluent, Swift-Kuery-ORM provides you with a single interface for many different database engines and relieves you from the burden of writing tedious low-level queries to the database. The framework itself is built on top of Swift-query, which is a lower-level abstraction layer that allows you to customize SQL queries for the database. Normally it is sufficient for you to use Swift-Kuery-ORM only for the persistence of model objects with your server, but you can always switch to Swift-Kuery when you have to customize SQL queries.





















































