Limitations
Not many limitations exist in nodb, but we have to have some. Here we update current limitations.
- POST, PUT and PATCH requests can hold the body payload of 32kb max.
- Number of read (GET) requests is limited to 10k per month
- Number of write (POST, PUT, PATCH, DELETE) requests is limited to 2k per month
- Nesting JSON objects goes up to 4 levels deep (excluding root level).