Tags
6K
back to homepage

2 news for sql

June 2024

The "SQL In React" Drama

Every time i see a post about rsc and sql requests inside a component, i always looks at the comments, to always see a lots of people choked by this new RSC pattern. Very often, people don't know that even inside a react component, this code only runs on server. Theo explains very precisely how it works, why it is secure, but also why it is only a pattern for prototyping and other patterns are preferable for production.

May 2024

Life After SQL (EdgeDB Is Fascinating)

Since the creation of SQL, we had many databases trying to reduce the relationship between our datas, but we never had any database trying to do the opposite and increase the relationships. Thats now the case with EdgeDB, and i must say, it seems pretty seducing.