jaydata
jaydata copied to clipboard
Notice: this library isn't maintained anymore
Hi, is it possible to use a native sqLite cordova plugin with the sqLite Provider?  like passing the eg. the db object from this: `var db = window.sqlitePlugin.openDatabase({name: "my.db",...
Hi, I'm trying to set up ASP.NET Core and Entity Framework Core with Jaydata, is this supported? I want to be able to expose a database to an Angular 2...
standard configuration paramters begin with $data.defaults
This PR fixes issue #276 A brief summary: During validation of required properties, jaydata does not recognize the empty string `""` as a value and will call `.getDefault()` to create...
Hi, I've used JaySvcUtil to generate the entity model out of my oData service. The description is correct generated. I have multiple string keys for one Entity. A oData call...
I'm having a hard time getting JayData working in a Angular2-application using Webpack as module loader. Is there an example available of how to set up JayData with Webpack?
I have a data model in which there are is more than one level of inheritance. Jaydata 1.5.6 does not populate the data entities correctly. Scenario: Make a simple query...
fixes #151, #152 and #201 - [BowerJson Spec](https://github.com/bower/spec/blob/master/json.md#name) recommends (not enforces) all letters in a package name to be lowercase. The package is already registred as such. - Package Version...
jaysvcutil v0.1.8 from npm does not work in bash ``` $ npm install -g jaysvcutil $ jaysvcutil env: node\r: No such file or directory ``` Removing CR from the file...