An open API service indexing awesome lists of open source software.

https://github.com/fanqingsong/sqlalchemy_cruder

provide crud utils
https://github.com/fanqingsong/sqlalchemy_cruder

Last synced: 3 months ago
JSON representation

provide crud utils

Awesome Lists containing this project

README

        

# sqlachemy_cruder

[![pypi](https://img.shields.io/pypi/v/sqlalchemy_cruder.svg)](https://pypi.org/project/sqlachemy_cruder/)
[![python](https://img.shields.io/pypi/pyversions/sqlalchemy_cruder.svg)](https://pypi.org/project/sqlachemy_cruder/)
[![Build Status](https://github.com/fanqingsong/sqlalchemy_cruder/actions/workflows/dev.yml/badge.svg)](https://github.com/fanqingsong/sqlachemy_cruder/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/fanqingsong/sqlalchemy_cruder/branch/main/graphs/badge.svg)](https://codecov.io/github/fanqingsong/sqlachemy_cruder)

provide crud utils

* Documentation:
* GitHub:
* PyPI:
* Free software: MIT

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.