←back to thread

110 points ingve | 1 comments | | HN request time: 0.231s | source
Show context
the_mitsuhiko ◴[] No.46008299[source]
I think this is great. We should see more simple solution to this problem.

I recently started doing something very similar on Postgres [1] and I'm greatly enjoying using it. I think the total solution I ended up with is under 3000 lines of code for both the SQL and the TypeScript SDK combined, and it's much easier to use and to operate than many of the solutions on the market today.

[1]: https://github.com/earendil-works/absurd

replies(2): >>46008777 #>>46009409 #
1. gunnarmorling ◴[] No.46008777[source]
Ah, that's awesome. Definitely need to take a closer look at your implementation.