5 ms·
Just a quick mention that there is next to no coupling. If you don't use `primate/store`, none of the ORM code gets pulled in. You could be using any other data
by terrablue 2mo ago
Just a quick mention that there is next to no coupling. If you don't use `primate/store`, none of the ORM code gets pulled in. You could be using any other database client.
The same applies to sessions, i18n, or any frontend. They're all either path'd imports or distinct packages.