• ko_pivot 10 minutes ago

    As an Ent user, I’m surprised to see that as the default ORM. It is graph oriented for better and for worse. No composite primary keys for ‘nodes’ and minimal use of joins (no use?) in the underlying generated SQL. The DX is great, but GORM is a better default IMO.

    Nonetheless, great to see a new serious Go meta framework.

    • divan an hour ago

      Has anyone tried both Pagoda and GoBuffalo and can compare?

      GoBuffalo recently archived their github project and basically become unmaintained, which is extremely sad for such a mature framework used in production by many.

      • chasehayes an hour ago

        Looks impressive, and the docs are thorough. Nice work!