How can I run an SQL script with Aurelius?

I guess this may be a strange question, but I have a case that:

  • I need to fill an underlying empty database with data. The data are backups inside an SQL script
  • After the data are filled into the database, I will use Aurelius to access and manipulate the data afterwards.

I know this may be against the ORM rule, but is there a way I can use Aurelius to directly execute an user-supplied SQL script?

Thank you. @wlandgraf

Yes, sure, it's possible:

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.