← Back to context

Comment by mixmastamyk

3 years ago

You can write raw SQL with SA, while keeping the other nice features it has.

Without being rude, what are the nice features? I've worked with it a bit and constantly found myself wishing it was just SQL whenever I've bumped into it

  • API/engine/connection/pooling abstraction, serialization, type checking, etc.

    Look up the features of Core if interested. No ORM needed, as it says in the docs.