Skip to content

neon-bindings/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neon-examples

Github Actions

Examples and common patterns for Neon.

Table of Contents

Example Description
async-sqlite Async interface to a SQLite database
cpu-count Return the number of CPUs
gzip-stream Asynchronously compress a stream of data
hello-world Return a JS String with a greeting message
tokio-fetch Asynchronously fetch a node release date

Contributing

Setup

The examples repository uses the npm 7 workspaces feature.

# npm 7 is required
npm --version

git clone https://github.com/neon-bindings/examples.git
cd examples
npm install

Tests

npm test

About

A collection of examples of Neon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published