Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

drizzle-orm-pg

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzle-orm-pg - npm Package Compare versions

Comparing version 0.16.1 to 0.16.2-2c4c5b1

columns/custom.d.ts

1

columns/index.d.ts

@@ -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

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc