What dependency do I need to only connect to an Umbraco database without any other functionality
Hi,
In our setup we have the requirement to create a project that can connect to an Umbraco database. So we can query content with the content service, or published content query. It doesn't need to do anything else, like there is no need to have a back office, or website.
What dependencies do I need in the startup class to make this happen? Is there any github repo that already does this.
What dependency do I need to only connect to an Umbraco database without any other functionality
Hi,
In our setup we have the requirement to create a project that can connect to an Umbraco database. So we can query content with the content service, or published content query. It doesn't need to do anything else, like there is no need to have a back office, or website.
What dependencies do I need in the startup class to make this happen? Is there any github repo that already does this.
is working on a reply...