Adam Sherwood
Adam Sherwood
@huahaiy What you describe fits my situation exactly. I'm seriously wanting to use Datalevin but don't want to have to use Clojure to do it. A C library would be...
@9214 I'm getting an SSL error trying to get the latest build.: ``` Error code: SSL_ERROR_RX_RECORD_TOO_LONG ```
@9214 Sounds good. Possibly related to this issue, but I'm not for sure; if you replace ``` source: area 200x150 "a: area" ``` in the script above with ``` source:...
Hi @Jermolene, Thanks! I think it will allow for some nice ui functionality. I've been looking at links specifically because I've been using Firefox and the draggable buttons don't seem...
@Jermolene What could I do to help resolve this?
I'm also interested in this. Anyone have an idea what the barriers to implementation might be? I'm not familiar with sql.js but I'd be interested in using it if this...
I can give it a try. Just a heads up: I'm well outside my wheelhouse here. Maybe we should talk design. What kind of granularity would be right? Would every...
Maybe I'm misunderstanding the way IDBFS works. Does it save each file as a separate document in IndexedDB? Or does it handle chunking out of the box?
Then if sql.js is treating the entire database as a single file, won't that defeat the purpose? It sounds like IDBFS would take the database and save it as a...
But how can that be done incrementally so as to not be saving the entire database to indexedDB at once, but only updating the records that changed and persisting each...