🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@useatlas/duckdb

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/duckdb

Atlas DuckDB datasource plugin

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

@useatlas/duckdb

DuckDB in-process datasource plugin.

Install

bun add @useatlas/duckdb @duckdb/node-api

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { duckdbPlugin } from "@useatlas/duckdb";

export default defineConfig({
  plugins: [duckdbPlugin({ url: "duckdb://analytics.duckdb" })],
});

Config

FieldTypeDefaultDescription
urlstringDuckDB URL (duckdb://path or duckdb://:memory:)
readOnlyboolean?true for filesOpen in read-only mode

Reference

  • Plugin SDK docs
  • Authoring guide

Keywords

atlas

FAQs

Package last updated on 10 Mar 2026

Did you know?

Socket

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.

Install

Related posts