drizzle-orm-pg
Advanced tools
Comparing version 0.16.1 to 0.16.2-43776eb
@@ -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.16.1", | ||
"version": "0.16.2-43776eb", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -40,3 +40,3 @@ <div align='center'> | ||
With `drizzle-orm` you declare SQL schema in TypeScript. You can have either one `schema.ts` file with all declarations or you can group them logically in multiple files. We prefer to use single file schema. | ||
In Drizzle ORM, you declare SQL schema with TypeScript. You can either have a single `schema.ts` file with all declarations or you can group them logically in multiple files. We prefer to use single file schema. | ||
@@ -43,0 +43,0 @@ ### Single schema file example |
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
314720
218
3904