Files
dolt/js
Ben Kalman f7bf38bbd1 Port path implementation to JS (#2317)
JS had an incomplete implementation, most notably missing: string
parsing, hash # syntax, and support for hash indices.
2016-08-09 17:12:08 -07:00
..
2016-07-08 13:17:31 -07:00
2016-08-04 14:45:46 -07:00


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.

More Info

Command-Line Tour  |  Go SDK Tour  |  Intro to Noms