
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@databasin/cli
Advanced tools
Command-line interface for Databasin data integration platform - manage projects, connectors, pipelines, and execute SQL queries
Command-line interface for the Databasin data integration platform.
# Install globally
npm install -g @databasin/cli
# Or run directly with npx
npx @databasin/cli --help
bun add -g @databasin/cli
# Login via browser
databasin auth login
# Verify authentication
databasin auth whoami
# List projects
databasin projects list
# List connectors
databasin connectors list
# Execute SQL query
databasin sql exec <connector-id> "SELECT * FROM users LIMIT 10"
| Command | Description |
|---|---|
auth | Login, verify token, view user context |
projects | List and manage projects |
connectors | Create, update, delete data connectors |
pipelines | Run and monitor data pipelines |
sql | Execute SQL queries, explore schemas |
automations | Manage and trigger automations |
api | Generic API access (GET, POST, PUT, DELETE) |
# Authentication (set automatically by `databasin auth login`)
export DATABASIN_TOKEN="your-token"
# API URL (optional)
export DATABASIN_API_URL="https://api.databasin.ai"
# Debug mode (optional)
export DATABASIN_DEBUG=true
Or create ~/.databasin/config.json:
{
"apiUrl": "https://api.databasin.ai",
"output": { "format": "table", "colors": true }
}
databasin projects list # Table (default)
databasin projects list --json # JSON
databasin projects list --csv # CSV
databasin projects list --fields id,name # Filter fields
For complete documentation, examples, and development guides:
https://github.com/databasin-ai/databasin-cli
CC-BY-4.0
FAQs
Command-line interface for Databasin data integration platform - manage projects, connectors, pipelines, and execute SQL queries
The npm package @databasin/cli receives a total of 0 weekly downloads. As such, @databasin/cli popularity was classified as not popular.
We found that @databasin/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.