Minimalistic API allows developer to most easily run database queries.
By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.
It can be useful when implementing simple applications and utilities, that execute a few queries to database, or as workaround for ORM system issues when performing complicated stuff.