Skip to main content

Limitations

Not many limitations exist in nodb, but we have to have some. Here we update current limitations.

  1. POST, PUT and PATCH requests can hold the body payload of 32kb max.
  2. Number of read (GET) requests is limited to 10k per month
  3. Number of write (POST, PUT, PATCH, DELETE) requests is limited to 2k per month
  4. Nesting JSON objects goes up to 4 levels deep (excluding root level).