-
```
$npm install
npm WARN deprecated dblite@1.1.5: This module is being replaced by sqlite-tag-spawned which is way simpler and easier to maintain
```
-
I am looking way to directly modify an entry from the server itself, specifically a unique id counter. I am guessing that all should be done with requests, but I am wondering if I can update several …
-
Update terraform to remove the S3 resource and use EFS to access the db.json file
## Notes
- `serverless` issue+comment about getting EFS on a serverless Lambda: https://github.com/serverless/serv…
-
It would be great if the plugin handled caching of API responses like [Astro Image](https://docs.astro.build/en/guides/integrations-guide/image/#configcachedir) is doing.
### Use case
I've store…
-
Creating services or apps/prototypes with the Memory adapter is currently not supported in the CLI... Leading us to use Custom services, which look nothing like adapter code, or MongoDB, which requir…
-
Hi.
I run the container with the example json (posts and comments). When I go to the adress: http://localhost:80/posts I get the data but the container crashes. The same if I use curl.
I get the res…
-
# Feature Request
**Describe the Feature Request**
Adding version management in the db.json file. That would make database migrations possible.
**Describe Alternatives**
Migrate to a full-…
-
The structure you use to save the resources automatically generates an incremental ID, in which case you want to save this:
````javascript
{
id: 100,
fname: "Joel",
lname: "Jaime"
}
…
-
Add a local database (lodash/lowdb) and do 2 functions:
1. Adding a prize to the base (links to a gift with nitro or a steam key).
2. Auto-forwarding to private messages (if the participan…
-
I'm trying to spin up an instance of jsonServer inside a Mocha test, which I'm using with Webpack to build.
`var jsonServer = require('json-server')` alone causes the error, so I never get any furthe…