You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

961 B

cozo-node

cozo-node

Embedded CozoDB for NodeJS.

Installation

npm install --save cozo-node

If that doesn't work because there are no precompiled binaries for your platform, scroll below to the building section.

Usage

Refer to the main docs.

Building

Building cozo-node requires a supported version of Node and Rust.

Refer to the script for linux, the script for mac, or the script for windows for the commands required.

After building, npm install . will install the package.

This project was bootstrapped by create-neon. To learn more about Neon, see the Neon documentation.