Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: static-json-db, The Native Jamstack Database
(
github.com
)
9 points
by
jasonlingx
2165 days ago
1 comments
codingdave
2164 days ago
How do you secure your data? If you can update it client-side, what stops people from writing their own scripts in the browser console to arbitrarily re-write your data?
link
jasonlingx
2163 days ago
Browsers can’t write, only read. So you would need another way to get client input into the db if that is the requirement.
link