What is peewee?
A small, expressive orm, written in python (2.6+, 3.2+), with built-in support for sqlite, mysql and postgresql and special extensions like hstore.
peewee is a tool in the Object Relational Mapper (ORM) category of a tech stack.
peewee is an open source tool with 10.3K GitHub stars and 1.4K GitHub forks. Here’s a link to peewee's open source repository on GitHub
Who uses peewee?
Companies
4 companies reportedly use peewee in their tech stacks, including Kaffeabb, 下厨房, and RTC4Water.
Developers
38 developers on StackShare have stated that they use peewee.
peewee Integrations
Pros of peewee
7
4
4
4
peewee Alternatives & Comparisons
What are some alternatives to peewee?
SQLAlchemy
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Hibernate
Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.
Prisma
Prisma is an open-source database toolkit. It replaces traditional ORMs and makes database access easy with an auto-generated query builder for TypeScript & Node.js.
Sequelize
Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL,
MariaDB, SQLite and MSSQL and features solid transaction support, relations, read replication and
more.