Tag

peewee

1 views collected around this technical thread.

DeWu Technology
DeWu Technology
Mar 23, 2022 · Databases

Introduction to ORM and Peewee Usage in Python

The article explains how ORM bridges Python objects and relational databases, compares options, and justifies choosing the lightweight Peewee library, then details its workflow—model generation, inserting, updating, deleting, and querying records—showcasing how this approach reduces manual data‑creation time from hours to seconds.

DatabaseDjangoORM
0 likes · 9 min read
Introduction to ORM and Peewee Usage in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 22, 2021 · Backend Development

Connecting MySQL from Python: Installation, Basic Usage, and Advanced ORM Options

This guide explains how to install the MySQL driver for Python, establish a connection to a MySQL database using MySQLdb, execute queries, and optionally use ORM libraries such as SQLAlchemy or Peewee for higher‑level database interactions.

BackendDatabaseMySQL
0 likes · 4 min read
Connecting MySQL from Python: Installation, Basic Usage, and Advanced ORM Options