• bdonvr@thelemmy.club
    link
    fedilink
    arrow-up
    74
    arrow-down
    1
    ·
    edit-2
    9 hours ago

    Everything uses SQL. The world fucking runs on SQL

    (yes I know SQL isn’t something that you can “run” something on yadda yadda…)

      • barsoap@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 minutes ago

        Eh ECS is basically all about making SELECT ... FROM bar, baz WHERE bar.id == baz.id, joins on primary keys, as fast as possible and use it as often as possible. Games are real-time databases with gaudy user interfaces so it stands to reason that posgresql is a game with a bland user interface.

      • john_lemmy@slrpnk.net
        link
        fedilink
        arrow-up
        4
        ·
        1 hour ago

        That is bananas! The implementation details are worth a read. Plus, all the links to other bananas projects are great.