Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. Peewee will automatically infer the database table name from the name of the class. You can override the default name by specifying a table_name attribute in the inner “Meta” class (alongside the database attribute). To learn more about how Peewee generates table names, refer to the Table Names section. There are lots of field types suitable for storing various types of data. Peewee handles converting between pythonic values and those used by the database, so you can use Python types in your code without having to worry. The real strength of our database is in how it allows us to retrieve data through queries. Relational databases are excellent for making ad-hoc queries. Peewee provides a magical helper fn(), which can be used to call any SQL function.

Features

  • A small, expressive ORM
  • Python 2.7+ and 3.4+ (developed with 3.6)
  • Supports sqlite, mysql, postgresql and cockroachdb
  • Provides tons of extensions
  • Defining models is similar to Django or SQLAlchemy
  • Connect to the database and create tables

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow peewee

peewee Web Site

You Might Also Like
SKUDONET Open Source Load Balancer Icon
SKUDONET Open Source Load Balancer

Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of peewee!

Additional Project Details

Programming Language

Python

Related Categories

Python Object-Relational Mapping (ORM) Software

Registered

2021-07-09