pub trait DBOps: GetConnection + Migrate { }
Database operations trait(migrations, pool creation and fetching connection from pool)