Skip to content

Commit

Permalink
export connection and tx
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Sep 7, 2023
1 parent 44d3e31 commit 1e1027a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const defaultExecuteOptions: ExecuteOptions = {
fullResult: false
}

class Tx {
export class Tx {
private conn: Connection

constructor(conn: Connection) {
Expand All @@ -58,7 +58,7 @@ class Tx {
}
}

class Connection {
export class Connection {
private config: Config
private session: Session

Expand Down

0 comments on commit 1e1027a

Please sign in to comment.