Skip to content

Commit

Permalink
feat: export health check classes
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 18, 2024
1 parent 0373e7f commit 1b32dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/database/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import { ReferenceBuilder } from './static_builder/reference.js'
import { SimplePaginator } from './paginator/simple_paginator.js'
import { DatabaseQueryBuilder } from './query_builder/database.js'

export { DbCheck } from './checks/db_check.js'
export { DbConnectionCountCheck } from './checks/db_connection_count_check.js'
export { DatabaseQueryBuilder, InsertQueryBuilder, SimplePaginator, QueryClient }

/**
Expand Down

0 comments on commit 1b32dca

Please sign in to comment.