-
![Screen Shot 2020-01-15 at 9 07 09 AM](https://user-images.githubusercontent.com/1633481/72440270-84afbe00-3776-11ea-89d5-b7e08fdc3652.png)
Hello, I'm getting this error when unpacking the dist fo…
-
Are there any plans for a JS target for Kotlin multiplatform? I see there is a JS runtime available but no Driver.
-
Use JsStore in my own web worker?
Hi, I apologize in advance if this is a dumb question.
It's my understanding that IndexedDB is accessible via a web worker. I am trying to use JsStore from wit…
-
# 'NOT LIKE' query with AND for one column
Hi there,
I searched in the documentation and among other issues, but it seems that I haven’t found any mention of how to make a `NOT LIKE` query.
Sup…
-
# [like] query is very slow. Can't you use index?
Hello! I am a Chinese user. My customer will search according to the pinyin code. There are 35000 pieces of data in the table to be queried. I want…
-
table peope:object column such wife,array column like chilren
{id:1,wife:{name:Lily,age:36},children:[{name:tom,age:4},{name:hellen,age:6}]}
select * from people where wife.name='Lily' ?
select * f…
-
http://jsstore.net/tutorial/export-json/
This doesn't work, but that's not an issue because the implementation is fairly easy just maybe you can remove it from the doc until it's ready.
Is there…
-
Implemented with electron js it prompts with "sg.Instance is not a constructor" . Crash point is at line
new JsStore.Instance(new Worker(workerPath)); while initializing instance.
Dev environme…
-
Error:
jsstore.min.js:6 Uncaught DOMException: Failed to execute 'postMessage' on 'Worker': HTMLTableElement object could not be cloned.
at t.e.sendRequestToWorker_ (/js/JSSTORE/jsstore.min.js…
-
store data in indexeddb,very easy to cause XSS attacks。
Can we consider some security controls?
I have some ideas:
Step 1: Using module to define an indexeddb that can only be accessed internally…