- Notifications
You must be signed in to change notification settings - Fork77
Add support ofjs-data-sql
adapter#328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
In browserify context, if:
There is a bug in adapter registration:
In adapter registration loop (https://github.com/js-data/js-data-angular/blob/master/src/index.js#L205-L214), if the first adapter is well registrated, it continue to loop over next adapter when with a wrong object. (I added a commit to current PR, if separate PR is preferable, just tell me) |
Wow, I didn't even realize js-sql-adapter would be useful in the browser. And thanks for the fix! |
Add support of `js-data-sql` adapter
@jmdobry Yeah. I thought I was crazy to dig into it but it works! |
js-data-sql
works really great browser-side. I use it for manipulate a WebSql database and it works like a charm !js-data
is pretty amazing!