🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@ttoss/postgresdb-cli

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttoss/postgresdb-cli - npm Package Compare versions

Comparing version
0.1.23
to
0.1.24
+1
-1
dist/esm/index.js

@@ -14,3 +14,3 @@ /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */

name: "@ttoss/postgresdb-cli",
version: "0.1.23",
version: "0.1.24",
description: "A library to handle PostgreSQL database actions through the command line",

@@ -17,0 +17,0 @@ license: "MIT",

{
"name": "@ttoss/postgresdb-cli",
"version": "0.1.23",
"version": "0.1.24",
"description": "A library to handle PostgreSQL database actions through the command line",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,7 +18,7 @@ # @ttoss/postgresdb-cli

```env
DB_NAME=postgres
DB_USERNAME=postgres
DB_PASSWORD=mysecretpassword
DB_HOST=localhost
DB_PORT=5432
DATABASE_NAME=postgres
DATABASE_USER=postgres
DATABASE_PASSWORD=mysecretpassword
DATABASE_HOST=localhost
DATABASE_PORT=5432
```

@@ -62,5 +62,3 @@

"scripts": {
"sync:dev": "ttoss-postgresdb sync -e Development",
"sync:staging": "ttoss-postgresdb sync --alter -e Staging",
"sync:prod": "ttoss-postgresdb sync --alter -e Production"
"sync": "ttoss-postgresdb sync"
}

@@ -70,2 +68,4 @@ }

Then run `pnpm sync -e Development` or `pnpm sync --alter -e Production` from the command line.
**Options:**

@@ -72,0 +72,0 @@