pub fn generate_helpers_file(entities: &[Entity]) -> StringExpand description
Generate the helpers.rs file with create_db and create_memory_db.
This file lives in migrations/helpers.rs and registers all
auto-generated migration functions with the CrdtDb builder.