PhilipSkinner / elemental-lowcode

Elemental lowcode development platform.
MIT License
113 stars 17 forks source link

Data repository service #139

Open PhilipSkinner opened 2 years ago

PhilipSkinner commented 2 years ago

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.