mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-04 03:11:52 -05:00
651c140472
When we do a writeValue we do a POST with a request body of some binary data. Some clients (RN) do not set the content-type header which then leads to failure on our server.
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.