pub fn init_db(conn: &Connection) -> Result<()>Expand description
Initialize the database: create tables and indexes if they don’t exist.
pub fn init_db(conn: &Connection) -> Result<()>Initialize the database: create tables and indexes if they don’t exist.