Skip to content

motherduckdb/duckdb-async-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duckdb-async-example

Standalone tiny example of using duckdb-async

To try it out:

$ npm install
$ npm run build
$ node ./dist/basic.js

which should produce the output:

[
  { range: 1 },
  { range: 2 },
  { range: 3 },
  { range: 4 },
  { range: 5 },
  { range: 6 },
  { range: 7 },
  { range: 8 },
  { range: 9 }
]

About

Standalone tiny example of using duckdb-async

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •