• One syntax for all SQL dialects. (Migrating between databases becomes much easier.)
    • Safety. (All queries are automatically sanitised to prevent SQL injection.)
    • Readability and simplicity. (You don’t need to manually parse the results of a query and then manually construct objects from the parsed results.)