Skip to content

Commit ba3b86e

Browse files
committed
Add demonstrative Transaction class (surrealdb#409)
1 parent 1db0be9 commit ba3b86e

File tree

2 files changed

+462
-0
lines changed

2 files changed

+462
-0
lines changed

Diff for: src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export * from "./cbor/error";
77
export * from "./data";
88
export * from "./errors.ts";
99
export * from "./types.ts";
10+
export * from "./transaction.ts";
1011
export * from "./util/equals.ts";
1112
export * from "./util/jsonify.ts";
1213
export * from "./util/version-check.ts";

0 commit comments

Comments
 (0)