We cannot always support RESTful access to data - sometimes the datasource is not compatible.
In order to support this we must have a new repository service that allows us to construct data repositories ontop of existing database schemas.
This repository service should allow the user to add a repository - and then to add methods into that repository that take in params and then use them to generate a SQL query.
We cannot always support RESTful access to data - sometimes the datasource is not compatible.
In order to support this we must have a new repository service that allows us to construct data repositories ontop of existing database schemas.
This repository service should allow the user to add a repository - and then to add methods into that repository that take in params and then use them to generate a SQL query.