Comment by mixmastamyk 3 years ago You can write raw SQL with SA, while keeping the other nice features it has. 2 comments mixmastamyk Reply hmhmhmhm 3 years ago 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 mixmastamyk 3 years ago 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.
hmhmhmhm 3 years ago 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 mixmastamyk 3 years ago 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.
mixmastamyk 3 years ago 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.
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.