Feature: Non-generic database interface
ProphetLamb opened this issue · 0 comments
ProphetLamb commented
Services registered into Microsoft.Hosting.Extensions
should use a non-generic interface for dependency injection. A non-generic version of the database interface should be created.
The return type should be ISurrealResponse
. Specific other response types implement that interface.