Scripter and Aurelius

Would it be possible to use Aurelius in scripts?  Would the import tool be helpful for this?  I've got a project coming up that needs scripting and connecting to DBX database (firebird) and I'm just looking at options that might make things simpler for end users. 

Import tool won't work because it doesn't support generics (so scripter) and generics is widely used in Aurelius.

However Aurelius interface is very simple - even for the programmer, the main "connection" point is the object manager which just have a few methods. You can try to manually register some methods for dealing with aurelius yourself. 
The entity objects can also be used from scripter, that's the most interesting part of it (users would deal with objects in scripter, not with datasets).