drizzle-orm-pg
Advanced tools
Comparing version 0.15.3 to 0.15.4-335d188
@@ -23,2 +23,3 @@ export * from './bigint'; | ||
export * from './varchar'; | ||
export * from './custom'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -40,2 +40,3 @@ "use strict"; | ||
__exportStar(require("./varchar"), exports); | ||
__exportStar(require("./custom"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "drizzle-orm-pg", | ||
"version": "0.15.3", | ||
"version": "0.15.4-335d188", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -236,2 +236,3 @@ <div align='center'> | ||
## Column types | ||
The list of all column types. You can also create custom types - [see here](https://github.com/drizzle-team/drizzle-orm/blob/main/docs/custom-types.md). | ||
@@ -238,0 +239,0 @@ ```typescript |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
293458
202
3623
698