ujjwalguptaofficial / JsStore

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

raw sql? #52

Closed ericzwong closed 6 years ago

ericzwong commented 6 years ago

Can be used directly such as: jsStore.exec('select * from table_name where name = "alice"');

?

ujjwalguptaofficial commented 6 years ago

Not for now but yes in the future. I am already working on a project which will let you execute raw sql.

kakugiki commented 6 years ago

That will be awesome!

ujjwalguptaofficial commented 6 years ago

@wangzhe1995 - First working & stable version of sqlweb is published. Check it out here - https://github.com/ujjwalguptaofficial/sqlweb.

The docs are not completed for now, will let u know as soon as it is completed.

Hope you will like it.

ujjwalguptaofficial commented 6 years ago

Docs for sqlweb is here - http://jsstore.net/tutorial/sqlweb/.