Skip to content

Latest commit

 

History

History

postgres

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Postgres table load benchmark

To install dependencies:

bun install

To run in Bun:

bun ./index.mjs

To run in Node.js:

node index.mjs

To run in Deno:

deno run -A index.mjs

You will need a localhost Postgres server running.