We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51440e5 commit 98a6c35Copy full SHA for 98a6c35
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "database-builder",
3
- "version": "0.1.0-rc.27",
+ "version": "0.2.0",
4
"description": "Library to assist in creating and maintaining SQL commands.",
5
"main": "./src/index.js",
6
"types": "./src/index.d.ts",
src/index.ts
@@ -10,3 +10,5 @@ export * from "./adapters";
10
export { DatetimeUtils } from "./datetime-utils";
11
export { DatabaseHelper } from "./database-helper";
12
export { MetadataTable } from "./metadata-table";
13
+
14
+export * from "./safe-utils";
0 commit comments