DatabaseOptions
Summary
Options shared by database instances.
Signature
interface DatabaseOptions {
now?: () => unknown
}
Properties
now
Clock function used for auto-managed timestamps.
Options shared by database instances.
interface DatabaseOptions {
now?: () => unknown
}
nowClock function used for auto-managed timestamps.