mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 02:58:53 -06:00
JS had an incomplete implementation, most notably missing: string parsing, hash # syntax, and support for hash indices.
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.