We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aab54c commit 620e4c7Copy full SHA for 620e4c7
Sources/HummingbirdFluent/Application+fluent.swift
@@ -15,6 +15,9 @@
15
import FluentKit
16
import Hummingbird
17
18
+/// Manage fluent databases and migrations
19
+///
20
+/// This type is available from `HBApplication` after you have called `HBApplication.addFluent`.
21
public struct HBFluent {
22
/// databases attached
23
public let databases: Databases
Sources/HummingbirdFluent/Fluent+history.swift
@@ -16,6 +16,7 @@ import FluentKit
extension HBFluent {
+ /// Fluent history management
public struct History {
let application: HBApplication
0 commit comments