send sqlite file to email

i have to make small app on ios but i need to send sqlite file to a email like a backup

can this be done on ios app

You can send an email using the MFMailComposeViewController in iOSKit. Take a look at the example project.