sfba.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for the San Francisco Bay Area. Come on in and join us!

Server stats:

2.3K
active users

#crud

0 posts0 participants0 posts today
Douglas J Hunley<p>Higher-level <a href="https://fosstodon.org/tags/CRUD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CRUD</span></a> Abstraction for <a href="https://fosstodon.org/tags/Postgres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Postgres</span></a> RLS - Neon <a href="https://neon.tech/blog/higher-level-crud-abstraction-for-postgres-rls" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">neon.tech/blog/higher-level-cr</span><span class="invisible">ud-abstraction-for-postgres-rls</span></a></p>
Earl C. Ruby III<p><span class="h-card" translate="no"><a href="https://mastodon.social/@philbetts" class="u-url mention">@<span>philbetts</span></a></span> The point of <a href="https://sfba.social/tags/ORMs" class="mention hashtag" rel="tag">#<span>ORMs</span></a> is more about making it easy to do persistent <a href="https://sfba.social/tags/CRUD" class="mention hashtag" rel="tag">#<span>CRUD</span></a> operations on <a href="https://sfba.social/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> data. They obfuscate <a href="https://sfba.social/tags/SQL" class="mention hashtag" rel="tag">#<span>SQL</span></a>, and can make badly-performing queries, but they don’t eliminate the need to know SQL to make them work well. Better to learn SQL first before diving into ORMs unless your database is really simple.</p>