flip_api.db.seed.trusts ======================= .. py:module:: flip_api.db.seed.trusts Functions --------- .. autoapisummary:: flip_api.db.seed.trusts.seed_trusts Module Contents --------------- .. py:function:: seed_trusts(session: sqlmodel.Session) -> list[dict[str, str]] Seed trusts into the database. :param session: The SQLModel session used for reads and inserts. :type session: Session :returns: List of ``{"name": }`` dicts for every trust present after seeding. :rtype: list[dict[str, str]]