Skip to content

Commit

Permalink
Adding a public typealias for Database (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Fallet authored Apr 16, 2022
1 parent f28a688 commit bce5e01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/SwiftKueryORM/TypeAliases.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ import SwiftKuery
The purpose is to expose these types at the top level without having to import a specific dependency.
*/

/// Type Alias for Database (See [#22](https://github.com/Kitura/Swift-Kuery-ORM/issues/22))
public typealias ORMDatabase = Database

/// Type Alias for RequestError from [KituraContracts](https://github.com/Kitura/KituraContracts)
public typealias RequestError = KituraContracts.RequestError

Expand Down

0 comments on commit bce5e01

Please sign in to comment.