Skip to content

Instantly share code, notes, and snippets.

@No767
Last active July 4, 2023 11:15
Show Gist options
  • Save No767/fc187b36f6c368232c2961eb0f1ac031 to your computer and use it in GitHub Desktop.
Save No767/fc187b36f6c368232c2961eb0f1ac031 to your computer and use it in GitHub Desktop.
From ORM to SQL

From ORM to SQL

All of my major discord bots from the start has used an database, which is PostgreSQL. And I was first introduced to the world of databases through ORMs like SQLAlchemy and many others. But having tried ORMs ranging from SQLAlchemy to Prisma, I have really concluded that throughout this whole entire time, I didn't really need an ORM. I just needed to learn SQL for once.

The beginning

I had always seen SQL as a very complex and interlocking language, so much that I spent every single excuse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment