pub async fn init(db_path: &Path) -> Result<Db, DbError>
Open the database and apply migrations. Native callers should block_on this in main() before mounting.
block_on
main()