@ttoss/postgresdb
Advanced tools
+10
-5
| /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */ | ||
| var __defProp = Object.defineProperty; | ||
| var __name = (target, value) => __defProp(target, "name", { | ||
| value, | ||
| configurable: true | ||
| }); | ||
@@ -8,3 +13,3 @@ // src/sequelize-typescript.ts | ||
| var sequelize; | ||
| var initialize = async ({ | ||
| var initialize = /* @__PURE__ */__name(async ({ | ||
| models, | ||
@@ -33,5 +38,5 @@ ...restOptions | ||
| /** | ||
| * `options` cannot change the properties below. | ||
| * They are fixed for the project. | ||
| */ | ||
| * `options` cannot change the properties below. | ||
| * They are fixed for the project. | ||
| */ | ||
| dialect: "postgres" | ||
@@ -49,3 +54,3 @@ }); | ||
| }; | ||
| }; | ||
| }, "initialize"); | ||
@@ -52,0 +57,0 @@ // src/index.ts |
+2
-2
| { | ||
| "name": "@ttoss/postgresdb", | ||
| "version": "0.2.18", | ||
| "version": "0.2.19", | ||
| "description": "A library to handle PostgreSQL database connections and queries", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
| "tsup": "^8.5.0", | ||
| "@ttoss/config": "^1.35.6" | ||
| "@ttoss/config": "^1.35.7" | ||
| }, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
11127
1.52%65
8.33%