Closed ericzwong closed 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.
That will be awesome!
@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.
Docs for sqlweb is here - http://jsstore.net/tutorial/sqlweb/.
Can be used directly such as: jsStore.exec('select * from table_name where name = "alice"');
?