Files
dolt/js
Erik Arvidsson f5433ec1b7 JS: Do not shadow struct properties (#2378)
When we create JS struct classes we no longer creates properties for
`chunks`, `hash` or `type` (nor for `toString`, `hashOwnProperty` etc)

If you are using structs with field names that clashes with these then
use a `StructMirror`.

Fixes #2332
2016-08-16 15:12:34 -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