Overview of Piccolo ORM features
masterPiccolo is a fast, easy-to-learn ORM and query builder designed with asyncio in mind. Key features include:
- Sync and Async Support: Works with both synchronous and asynchronous code patterns.
- Built-in Playground: An interactive environment to help learn and test queries.
- Type Safety: Fully type-annotated for excellent IDE support (e.g., VSCode, iPython) and tab completion.
- Batteries Included: Comes with built-in support for User models, authentication, database migrations, and an admin interface.
- Web App Templates: Provides tools like
piccolo asgi newto quickly scaffold ASGI web applications.