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.
Ziyang Hu 8f2e918f91 bump version and update API 2 years ago
..
src bump version and update API 2 years ago
.gitignore adapt nodejs lib to new API 2 years ago
Cargo.toml bump version and update API 2 years ago
README.md adapt nodejs lib to new API 2 years ago
build_linux.sh adapt nodejs lib to new API 2 years ago
build_mac.sh adapt nodejs lib to new API 2 years ago
build_win.ps1 adapt nodejs lib to new API 2 years ago
index.js improve import_relations API 2 years ago
package.json adapt nodejs lib to new API 2 years ago
yarn.lock adapt nodejs lib to new API 2 years ago

README.md

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.