Should you use Raw SQL or an ORM?
SQL and ORM are two important tools for interacting with your database, but which is better for your project abstraction or power?
May 19, 20223 min read72

Search for a command to run...
Articles tagged with #web-application
SQL and ORM are two important tools for interacting with your database, but which is better for your project abstraction or power?

Pydantic is a very powerful data validation library, and in this article, I would give you a walkthrough of how it works and how you can use it.
