drizzle-orm-pg
Advanced tools
Comparing version 0.16.1 to 0.16.2-2c4c5b1
@@ -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-2c4c5b1", | ||
"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 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
314720
218
3904