duckdb-wasm icon indicating copy to clipboard operation
duckdb-wasm copied to clipboard

WebAssembly version of DuckDB

Results 210 duckdb-wasm issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.1 to 18.7.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.7.1&new-version=18.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [arquero](https://github.com/uwdata/arquero) from 5.0.0 to 5.1.0. Release notes Sourced from arquero's releases. v5.1.0 Changes from v5.0.0: Table print() now returns the table instance. Fix error checking of aggregate and window...

dependencies
javascript

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.15.1 to 0.15.3. Release notes Sourced from esbuild's releases. v0.15.3 Change the Yarn PnP manifest to a singleton (#2463) Previously esbuild searched for the Yarn PnP manifest...

dependencies
javascript

Hi, May I ask please, if there has been an attempt to use the DuckDB Python package in Pyodide? Given that the native code is already ported, there shouldn't a...

I noticed that COI/pthreads aren't included in the manual bundling examples, and I'm wondering if it's possible to support it. I'm using Vite (3.0) to to set up the duckdb...

Trying to query tables from a duckdb file database isn't possible in the Web Shell as the `.open` command doesn't actually connect to it. Steps: 1. Add file.duckdb with `.files...

I've been playing around with trying to get duckdb-wasm running in netlify functions, but I'm having some issues with the wasm side I'm currently using `@duckdb/duckdb-wasm` version "1.16.0", the code...

It would be great to support read-only connections in duckdb-wasm! FWIW in our usecase, we want the backend to drive mutating database operations through endpoints, and while allowing the frontend...

## Overview Hi, I was updating some modules in a repo for duckdb-wasm-examples and I found that updating @duckdb/duckdb-wasm from 1.14.4 to 1.15.0 broke the example's capability to read parts...