We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cd673 commit 3af0251Copy full SHA for 3af0251
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tinypg",
3
- "version": "2.0.0-alpha.11",
+ "version": "2.0.0-alpha.12",
4
"description": "Easy way to call sql files using postgres.",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
src/index.ts
@@ -11,7 +11,14 @@ export
11
, TinyPgError
12
, QueryBeginContext
13
, QueryCompleteContext
14
+ , SqlParseResult
15
+ , SqlFile
16
} from './types'
17
18
+export
19
+ { parseSql
20
+ , parseFiles
21
+ } from './parser'
22
+
23
export default TinyPg
24
0 commit comments