-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/279
Originally posted by **bilipan** August 8, 2022
Hi, everyone.
I want to know how to perform like this:
```sql…
-
This could be a good feature for tables with many columns, some of them seldom filtered and not wanting to declare them for space minimization.
dexie.js has this feature with the .filter() and other …
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/280
Originally posted by **fernandopiovezan1** August 9, 2022
Hi, I'm using JsStore and it's meeting my need perfec…
-
Hello,
I can't succeed to retrieve a value in a table while directly filtering the column by his value.
Here is my code :
```
declare var require: any;
const getWorkerPath = () => {
if …
-
## 🌴 **IndexedDB**
IndexedDB는 브라우저에 내에서 제공된 트랜잭션 객체 저장소 데이터베이스(transactional object store database)이다.
IndexedDB 작업의 기본 패턴은 아래와 같다.
1. 데이터베이스를 연다.
2. 객체 저장소에 읽기 혹은 쓰기를 하기 위해 트랜잭션을 시작한다.
3. …
-
For better compatibility ..especially with Safari
https://jsstore.net/tutorial/sqlweb/
-
Hi - not 100% sure I'm diagnosing my own problem correctly, but here goes.
I'm building a Blazor WASM project and I'm using jsstore to work with IndexedDB. Works nicely and I'm happy. *However*, …
-
I'm trying to store around 100-200 blob records, a few MBs each, of short video clips.
After I reach this number, I quit the browser, and try to load the website again, it crashes right on the star…
-
To have web support, https://github.com/kripken/sql.js seems like a great option. Is there any plans to have web support eventually?
-
# Title
Performance compare with dexie
# Description
JsStore is an awesome library with nice apis
And most of it's api's performance is very good
but why only select api is so slow.
1000…
xland updated
3 years ago