Android学习时SQLite练习。定义SQLiteOpenHelper类帮助管理数据库。继承ContextWrapper并重写,实现自定义创建database路径(SD卡)实现了SQLite的增删,查询等功能。