mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
This is a breaking change to the JS API. HashSpec and parseObjectSpec have been removed in favour of PathSpec, and parse errors now throw SyntaxError instead of silently failing (this matches JSON.parse).
Noms is a content-addressed, immutable, decentralized, strongly-typed database.
In other words, Noms is Git for data.
This is the JavaScript reference implementation.
Getting Started
The JavaScript SDK Tour walks you through installing and creating your first Noms database using NodeJS.