Sadra Yahyapour

Sadra Yahyapour

Follow
homePyAction ๐Ÿ“ฆDiaries ๐Ÿ“–Develop Like a Pro ๐Ÿ‘จโ€๐Ÿ’ปHackathons โ›ท๏ธWriteathons โœ๐ŸปBooks ๐Ÿ“•
Tag

Databases

#databases

More content

Read more stories on Hashnode


Articles with this tag

A Guide to Creating MindsDB Integrations

Aug 27, 20237 min read

In this article, we're going to talk about how you can make new handler integrations into the MindsDB codebase. TL;DR MindsDB is a cloud database...

A Guide to Creating MindsDB Integrations

Connect Your Django Projects to PlanetScale Databases

Aug 13, 20223 min read

TL;DR PlanetScale is a MySQL-compatible serverless database platform. Since its database service is a bit different from the actual MySQL, there are...

Connect Your Django Projects to PlanetScale Databases

How Context Manager Works in Python

Mar 7, 20223 min read

A necessary skill of being a team member is the ability of making reusable tools. As a project core developer, you need to be able to satisfy your...

How Context Manager Works in Python