//!
//! Now, the functions is to remember.
//! Can you be delect use model of rusqlite.
//!
use Connection;
///Create or open sqlite3 database, open if it exist, create if it not exist.
/// Open a new connection to a SQLite database. If a database does not exist at the path, one is created.
///It execute a sql sentence
///It batch execute a sql.
///
///