flask-peewee¶
provides a layer of integration between the flask web framework and the peewee orm.
Contents:
- Installing
- Getting Started
- Database Wrapper
- Admin Interface
- Authentication
- REST API
- Getting started with the API
- Creating a RestAPI
- Customizing what is returned
- Nested resources
- Validating incoming data
- Allowing users to post objects
- Restricting API access on a per-model basis
- Locking down a resource
- Token-based authentication
- Filtering records and querying
- Sorting results
- Limiting results and pagination
- Utilities
API in depth: