Skip to content

juanjcardona13/graphene-cruddals

Repository files navigation

Graphene-CRUDDALS

👩🏽‍💻 🚀 👨🏽‍💻
Build your own library to streamline trivial code for CRUD operations.

PyPI GitHub License
Codecov

Built with ❤︎ by Juan J Cardona

📋 Table of Contents

  1. 🚀 Getting started
  2. 👩‍💻 Usage
  3. 📜 License
  4. 📞 Contact
  5. 🙏 Acknowledgements

Prerequisites

You need to have installed Python and pip. You can download Python from here. Additionally, you need to have a good knowledge of how GraphQL and Graphene work.

Installation

You can install this package using pip:

pip install graphene-cruddals

An example of how to use this library is shown in this project: Graphene-Django-CRUDDALS

This library is designed to help you build your own library to streamline trivial code for CRUD operations. It receives a normal Python dictionary, along with a set of utilities to know how the transformation of the fields should be done. It is not designed to be used directly, but to help you build your own library. For example, you can use it to build a library like Graphene-Django-CRUDDALS, which transforms a Django model into a Graphene schema. Graphene-Django-CRUDDALS library only works for Django, so you can use this library to build a library that works with any framework or ORM, like SQLAlchemy, Pydantic, etc. If you need more information, you can ask me.

Distributed under the Apache 2.0 License. See LICENSE for more information.

If you want to contact me you can reach me at the following email, LinkedIn or GitHub, I'll be happy to talk to you.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published