Files
dolt/js/noms
Dan Willhite 40e2d7686f Make jsonToNoms handle some null values (#2646)
Null values in struct field are handled by not skipping that field in
the noms type. Null values as elements in array cause an exception.
2016-09-29 10:29:55 -07:00
..
2016-09-12 13:11:57 -07:00
2016-08-23 16:04:00 -07:00
2016-08-23 16:04:00 -07:00
2016-08-23 16:04:00 -07:00
2016-08-23 16:04:00 -07:00
2016-08-23 16:04:00 -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