@brody4hire - C. Jonathan Brody

Results 311 comments of @brody4hire - C. Jonathan Brody

> ```coffee > + constructor: (data, database) -> > ``` What if someone wants to open with existing database object but no data object? Looks nice, though:)

I started work in PR #320 to show how it would be possible to embed non-standard C functions. In short, you would do `sqlite3_create_function_v2` to add each custom C function...

I think it should be possible to enable sponsorship with a third-party system such as Open Collective.

> it is very easy to turn the main library code into a web worker [...] using libraries like [comlink](https://github.com/GoogleChromeLabs/comlink). `comlink` definitely looks nice, maybe add an example to the...

While I would favor moving the web worker code out, I wonder if we should ask ourselves what kind of an API we want to export in the first place....

Hi @lovasoa that demo looks really nice. A couple questions & ideas: - I would favor making the demo under MIT license, which should be more consistent with React, SQL.js,...

> one that is very short and well-commented > [...] > I would like users to be able to go over the sources of this demo in

Maybe later this week, if nobody else wants to take it on. My apologies.

Alt 1: rewrite your application code to follow the API of this project Alt 2: get node-websql to work with SQL.js as I suggested in