pub const EXAMPLE_CREATE_SQL: &str = r#"CREATE TABLE IF NOT EXISTS example ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, pinying TEXT NOT NULL )"#;