We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7818e commit 3fca668Copy full SHA for 3fca668
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "database-builder",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "Framework to assist in database manipulation (DDL and CRUD)",
5
"main": "./src/index.js",
6
"types": "./src/index.d.ts",
src/crud/index.ts
@@ -5,3 +5,4 @@ export * from "./update";
export * from "./crud";
export * from "./where-builder";
7
export * from "./enums";
8
+export * from "./projection-compiled";
0 commit comments