ujjwalguptaofficial / JsStore

Simplifying IndexedDB with SQL like syntax and promises
http://jsstore.net/
MIT License
858 stars 110 forks source link

composite key #312

Closed croraf closed 1 year ago

croraf commented 1 year ago

Summary

Seems like it is possible to have composite keys https://stackoverflow.com/questions/33852508/how-to-create-an-indexeddb-composite-key

Is this possible to do with JsStore? It would be good to have this.

Basic example

Motivation

ujjwalguptaofficial commented 1 year ago

yep its already there - https://jsstore.net/tutorial/keypath/