ujjwalguptaofficial / JsStore

A complete IndexedDB wrapper with SQL like syntax.
http://jsstore.net/
MIT License
849 stars 109 forks source link

I now need to do three-end compatibility #334

Closed xuyongweb closed 1 year ago

xuyongweb commented 1 year ago

Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/333

Originally posted by **xuyongweb** July 11, 2023 jsstore for web side, sqlite for ios and Android, if the sqlite query statement passed into sqlweb, can I get the same query result
ujjwalguptaofficial commented 1 year ago

nope, its like using mysql and postgresql - both uses sql but with different syntax. SqlWeb supports sql syntax but in its own flavour.