Contents

advanced-alchemy 1.8.2

0

Ready-to-go SQLAlchemy concoctions.

Ready-to-go SQLAlchemy concoctions.

Stars: 729, Watchers: 729, Forks: 64, Open Issues: 56

The litestar-org/advanced-alchemy repo was created 2 years ago and the last code push was 1 weeks ago.
The project is popular with 729 github stars!

How to Install advanced-alchemy

You can install advanced-alchemy using pip

pip install advanced-alchemy

or add it to a project with poetry

poetry add advanced-alchemy

Package Details

Author
None
License
MIT
Homepage
None
PyPi:
https://pypi.org/project/advanced-alchemy/
Documentation:
https://advanced-alchemy.dev/latest/
GitHub Repo:
https://github.com/litestar-org/advanced-alchemy

Classifiers

  • Database
  • Database/Database Engines/Servers
  • Software Development
No  advanced-alchemy  pypi packages just yet.

Errors

A list of common advanced-alchemy errors.

Code Examples

Here are some advanced-alchemy code examples and snippets.

GitHub Issues

The advanced-alchemy package has 56 open issues on GitHub

  • fix(litestar DTO): Ensure ORM descriptor fields are not evaluated during DTO creation
  • refactor(listeners): clean up listeners
  • feat: refactor serializers & code cleanup
  • chore(deps): bump wheel from 0.45.1 to 0.46.2 in the uv group across 1 directory
  • Bug: Incorrect annotation
  • Enhancement: Explore Polymorphism support for services and repositories
  • Enhancement: Allow delete_many to accept model instances in addition to IDs
  • Feature: CompositeService base class for multi-repository orchestration
  • Feature: Add provide_services context manager for multi-service acquisition outside DI
  • Bug: Core dependencies not installed by default
  • Docs: Custom primary keys
  • Bug: Problem with certain hybrid properties starting with 1.8.0
  • CLI fails with plain click or rich-click < 1.9.0 due to aliases parameter
  • feat(repository): add composite primary key support
  • feat(filters): add RelationshipFilter for relationship-based queries

See more issues on GitHub

Related Packages & Articles

secure 1.0.1

A lightweight package that adds security headers for Python web frameworks.

piccolo 1.32.0

A fast, user friendly ORM and query builder which supports asyncio.

fastapi_amis_admin 0.7.3

FastAPI-Amis-Admin is a high-performance, efficient and easily extensible FastAPI admin framework. Inspired by Django-admin, and has as many powerful functions as Django-admin.

sqlglot 28.10.1

sqlglot is a Python package that serves as a comprehensive SQL parser, transpiler, optimizer, and engine. It is designed to read a wide variety of SQL inputs and output syntactically and semantically correct SQL in the targeted dialects. The package can be used to format SQL or translate between 19 different dialects like DuckDB, Presto, Spark, Snowflake, and BigQuery. It falls under the category of Database Management Systems (DBMS).