Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

Ensure a provided db is used to execute Model operations #106

Closed kilnerm closed 5 years ago

kilnerm commented 5 years ago

This PR updates the ORM to pass a provided Database through functions that accept it to the underlying task execution.

Resolves #100