twoxfh
twoxfh
@tantaman can you provide a link to the repo your change was in? I do not see any updates on the last 2 months for the repo's linked.
Considering you are loading 260mb into memory, storing 260mb in a database, and taking memory space to perform actions on the data, you likely are running into memory issues. Using...
> As a non-developer wanting to add FTS-5 support to my own build, I followed the instructions in https://github.com/sql-js/sql.js/blob/master/CONTRIBUTING.md and noted that: > > * step 6 of the _Containerized...
Bulking the insert statements certainly would help, not sure it's realistic to expect unlimited. If you want a streaming database ksqldb or another might help your use case.
https://github.com/WebReflection/sqlite-worker uses sql.js under the hood and abstracts what you want to do in an easy api.
I was able to add ace using a default slot. I recreated the textarea with the defaults, added an id tag and a style display:none. Then I added a div...
@Kreijstal you might want to consider the view point of Starboard being an editor which can be plugged into what you describe. For instance you could take a Wiki software,...
> Have you tried loading it from an official SQLite command line application, whether it causes the same crash? Thanks for looking at this issue.. ### Success with sqlite3.exe Correct...