drizzle-orm-pg
Advanced tools
Comparing version 0.16.2 to 0.16.3-60d4ce6
{ | ||
"name": "drizzle-orm-pg", | ||
"version": "0.16.2", | ||
"version": "0.16.3-60d4ce6", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
@@ -32,3 +32,3 @@ "scripts": { | ||
"@types/pg": ">=8 <9", | ||
"drizzle-orm": ">=0.15 <0.16", | ||
"drizzle-orm": ">=0.16 <0.17", | ||
"pg": ">=8 <9", | ||
@@ -35,0 +35,0 @@ "postgres": ">=3 <4", |
@@ -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 |
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