Below you will find pages that utilize the taxonomy term “Databases”
Posts
read more
The Power of CRUD Operations Explained with SQL
CRUD is an acronym that’s used a lot in web and mobile development. Frontend engineers in particular might wonder what it means and why we use it. In this post, I’ll explain CRUD using PostgreSQL, and talk about why it’s important.
Posts
read more
Database Migration Checklist
I think a great migration database migration is: correct, atomic, reversible, consistent with the style of the application, and (mostly) uncoupled from your application and RDBMS.