Fork me on GitHub
#datascript
<
2016-12-17
>
Niki08:12:40

(it’s in English)

leov18:12:00

what about your holy-js talk? 🙂

leov18:12:09

slides? video?)

josh.freckleton22:12:29

@leov oo, I couldn't find that talk on youtube... link? @tonsky awesome talk, that's exactly what I'm looking for! I've had a similar idea since disvocering datascript and I'm working on a small proof-of-concept right now for achieving this, kind of like what I read you did in acha acha so, my current direction is to have a Postgres db with one table, columns=`[eid, attr, val, txid]`, and as long as it doesn't grow too big, I can have the whole thing sit in my server's memory, until I think of a more efficient way. what have you done, and what would you recommend? any direction you'd give me if I wanted to build a simple SQL->DS helper lib?