SQL EFCore
Hi!
What's current way to query db for data using raw sql? Im used to doing it this way from Doctrinedb and php
Something like
MyModel[] x = query("SELECT ...");
Rather than using an orm
What's current way to query db for data using raw sql? Im used to doing it this way from Doctrinedb and php
Something like
MyModel[] x = query("SELECT ...");
Rather than using an orm

