Db Json =link= -
{ "posts": [ { "id": 1, "title": "JSON DB Basics", "author": "Dev" } ], "comments": [ { "id": 1, "body": "Great article!", "postId": 1 } ] } Use code with caution.
A JSON database stores and queries data as structured JSON documents rather than the rows and columns found in traditional relational databases. db json
: Use the command json-server --watch db.json . { "posts": [ { "id": 1, "title": "JSON
С этим товаром также покупают