Peewee

E430987

Peewee is a lightweight, expressive ORM (Object-Relational Mapper) for Python that provides a simple interface for working with relational databases.

All labels observed (1)

Label Occurrences
Peewee canonical 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Object-relational mapping library
Python library
author Charles Leifer NERFINISHED
designGoal Expressive
Lightweight
Minimal dependencies
Simple API
developer Charles Leifer NERFINISHED
hasComponent Database
Field
Manager
Model
Query
hasExtension Playhouse NERFINISHED
implements Object-relational mapping
license MIT License
programmingLanguage Python
supportsDatabase CockroachDB (via PostgreSQL driver) NERFINISHED
MariaDB (via MySQL driver) NERFINISHED
MySQL NERFINISHED
PostgreSQL NERFINISHED
SQLite NERFINISHED
supportsFeature Aggregation
Asynchronous support via extensions
Connection pooling
Custom fields
Database migrations via extensions
Eager loading
Full-text search via extensions
Joins
Lazy loading
Migrations
Model definitions
Model validation
Playhouse extensions
Query building
Relationships
Schema management
Signals
Thread-safe connections
Transactions
Transactions context manager
targetAudience Python developers
useCase Application persistence layer
Data modeling
Relational database access
writtenIn Python NERFINISHED

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Flask-Admin supports Peewee