@vizzly/sqlbuilder-public
Advanced tools
Comparing version
export * from "./DataSet/types"; | ||
export * from "./Query/types"; | ||
export * from "./Connection/types"; | ||
export type Client = "SQLite" | "microsoftSQLServer" | "mariadb" | "postgres" | "bigquery" | "snowflake" | "mysql" | "redshift"; | ||
@@ -4,0 +5,0 @@ export type NormalizedDataType = "number" | "boolean" | "string" | "date_time" | "string[]"; |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./Query/types"), exports); | ||
__exportStar(require("./Connection/types"), exports); |
{ | ||
"name": "@vizzly/sqlbuilder-public", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
37788
4.81%26
8.33%1263
4.47%