Hacker News new | ask | show | jobs
by z3t4 3264 days ago
theres defineproperty in es5. ive used it to create a orm where foo.bar = 1 executes async sql: update foo set x=1
2 comments

That sounds pretty cool. Are there any public examples that I can learn from? Thanks
I'd also love to see examples.