-
![image](https://user-images.githubusercontent.com/11805630/133237667-9971310e-b11c-4947-98eb-d4572202cd36.png)
Show error on the order property while adding multiple columns.
**Error Message*…
-
Can we also open our application db created through JSStore v3 in idbstudio and run queries over it?
-
Hi - I'm trying to port your implementation of the IndexedDBManager service so I can use JSStore instead. Right now I'm just hacking over the source for your original implementation in Demo.IoCExample…
-
Hi - I'm trying to port your implementation of the IndexedDBManager service so I can use JSStore instead. Right now I'm just hacking over the source for your original implementation in Demo.IoCExampl…
-
## Summary
Brief explanation of the feature.
### Basic example
Include a basic example or links here.
### Motivation
Why are we doing this? What use cases does it support? What is the e…
-
## Summary
I want to include all js files inside one package and send it to the browser.
Is that possible for `jsStore.js` and `jsStore.worker.js` and when so how do i link them together?
For…
-
# LIMIT doesn't work with WHERE IN
# Description
```js
select({
from: "Customers",
limit: 5,
where: {
customerId: {
in: [1,2,3,4,5,6,7,8,9,10]
…
-
I am trying to insert a stringified JSON array into a table, but keep getting error "Supplied value is not an array".
![image](https://user-images.githubusercontent.com/46112444/130500279-c66b8420-21…
-
I'm using the V3.13.6 versions of Jsstore/worker and sqlweb 1.6.
Uncaught TypeError: e.setup is not a function
at t.addPlugin (jsstore.min.js:6)
When I debug I see error here, and this is d…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/230
Originally posted by **10787** June 28, 2021
Is it possible to set a value in an update operation, by referencin…