mardix / active-alchemyLinks
Active-Alchemy is a framework agnostic wrapper for SQLAlchemy that makes it really easy to use by implementing a simple active record like api, while it still uses the db.session underneath. Inspired by Flask-SQLAlchemy
☆121Updated 4 years ago
Alternatives and similar repositories for active-alchemy
Users that are interested in active-alchemy are comparing it to the libraries listed below
Sorting:
- A good starting point with Sanic using Class based views, Alembic and SQLAlchemy.☆89Updated 2 years ago
- Class based views for Flask☆234Updated 6 months ago
- Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL☆272Updated 2 weeks ago
- A Flask extension for RQ.☆239Updated last year
- Tools for creating wtforms from sqlalchemy models☆247Updated 4 months ago
- Fully featured framework for fast, easy and documented API development with Sanic☆105Updated 3 years ago
- Authorization tools for Flask☆107Updated 4 years ago
- A friendly wrapper for modern SQLAlchemy and Alembic☆148Updated last year
- Asyncio strategy for SQLAlchemy.☆298Updated 3 years ago
- a Pytest Plugin for Sanic.☆135Updated 3 years ago
- Minimal asyncio memcached client☆156Updated last week
- Provides rate limiting features for Sanic. Supports in-memory, redis and memcache as storage.☆85Updated 3 years ago
- Building blocks for REST APIs for Flask☆87Updated 3 months ago
- admin interface for aiohttp application http://aiohttp-admin.readthedocs.io☆217Updated last week
- Enum handling for Marshmallow☆107Updated 4 years ago
- aiohttp_debugtoolbar is library for debugtoolbar support for aiohttp☆201Updated last week
- Declarative query builder for SQLAlchemy☆72Updated 6 years ago
- SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).☆196Updated 3 months ago
- Implement aiohttp.web OpenAPI 3 server applications with schema first approach.☆106Updated last year
- aioelasticsearch-py wrapper for asyncio☆137Updated 2 years ago
- The missing SQLAlchemy ORM interface.☆175Updated last month
- Incoming request data validation☆54Updated 3 years ago
- A simple json-object mapping for Python☆236Updated 7 months ago
- Asynchronous Flask using aiohttp☆125Updated 8 years ago
- SockJS Server☆117Updated last month
- Adds GraphQL support to your aiohttp app.☆117Updated 4 years ago
- Fully Async ORM inspired in django's☆176Updated last year
- A simple distributed queue designed for handling one-off tasks with large sets of tasks☆456Updated 10 years ago
- dev tools for aiohttp☆265Updated 7 months ago
- Class based views for Flask