Release 0.4: My Plan for Contributions to Open Source
dev.to·7h·
Discuss: DEV
🐧Open source software
Preview
Report Post

The Plan

For release 0.4, I decided to explore three things I kept hearing about but never really took the time to understand properly. The plan was to dive into Drizzle ORM, start contributing to Go codebases, and figure out what is MCP. I picked three different repositories to work with:

Drizzle ORM

I chose Drizzle because a lot of developers use it for handling database schemas and queries instead of writing raw SQL everywhere. The main reason I got interested because of my curiosity to databases. ORM stands for Object Relational Mapping. Basically it maps your code objects to database tables. Se…

Similar Posts

Loading similar posts...