ujjwalguptaofficial / JsStore

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

Offset feature #130

Closed DoktorD96 closed 5 years ago

DoktorD96 commented 5 years ago

Have you planed to implement SQL offset option?

I found out limit option but it looks like there is no offset option available. Thanks.

ujjwalguptaofficial commented 5 years ago

We have skip for that. Check out the link - http://jsstore.net/tutorial/skip/.