mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 11:49:54 -05:00
40e2d7686f
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.
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.