It does make things a lot easier, as you don't have to use SQL - you interact with the database in terms of the language you're using to write the applications. For example, Rails lets you do stuff like:
ruby code:
Post.destroy_all :user => User.find_by_email("andy@caerphoto.com")