Skip to main content

Generate a Magql GraphQL API from SQLAlchemy models.

Project description

Magql-SQLAlchemy

Magql is a GraphQL framework for Python. It's pronounced "magical", and it is! This extension allows generating a complete API from SQLAlchemy database models. After the schema is generated, it can be modified to add, remove, or change any behavior. Here's some of the features Magql-SQLAlchemy provides:

  • item and list queries, and create, update, and delete mutations for each model.
  • Database queries are efficient, using SQLAlchemy's relationship loading techniques to eagerly load relationships that are present anywhere in the operation structure.
  • The list query can be filtered using multiple rules. Attributes can be filtered across relationships. Rules can be grouped and joined using AND and OR. Lists can be sorted by any column and paginated.
  • The create mutation recognizes null and default column values. The update mutation allows updating any field independently.
  • The create and update mutations validate unique constraints.
  • A universal search query to search all string columns of all models.
  • A check_delete query to check the effects of deleting a row before doing so.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magql_sqlalchemy-1.1.0.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

magql_sqlalchemy-1.1.0-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file magql_sqlalchemy-1.1.0.tar.gz.

File metadata

  • Download URL: magql_sqlalchemy-1.1.0.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for magql_sqlalchemy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 4f2daf3f0451144844b525195054d3d6713e127132ab5b9d8616c64528638742
MD5 c6f09558c52d288c1e473f1d37cb4da1
BLAKE2b-256 b1c8e206d5fe7f8cecd251f67f07c3d064e3a247b4f470a51d6e0683c45c1845

See more details on using hashes here.

File details

Details for the file magql_sqlalchemy-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for magql_sqlalchemy-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a63f9499429f6e20357c999b079614cb935f7224fa35fbf1f423db075b69c97d
MD5 1dabb7a0c5bd22bf8e3d7e528bc82bef
BLAKE2b-256 dffa30e027690a1844a2190672b42771fd7465f1a8944705757bbfd662042f51

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page