Product Launch
anonymous
4 points
4 comments
Posted4 months agoActive4 months ago
Show HN: API for CRUD-ing JSON data
github.comAPI designJSON data storageself-hosted solutions
Discussion (4 comments)
Showing 4 comments
I like this idea, you can use it to build something quickly
4 months ago
thanks! That's the exact reason I made this. Just install and go. Most database software is built for a level of scale my personal projects never reach anyways, but I do get stuck with the complexity and configuration.
4 months ago
Maybe a small comment then, even though it's meant for quick-and-easy storage, you could look into making this more scalable if it gets traction.
4 months ago
Nice. I like it also because SQL strings don't mix nicely with code, whereas an API like this does. Good job.