sqlmodelservice

A generic service layer on top of SQLModel for conveniently creating APIs with frameworks like FastAPI

MIT License

Downloads
433
Stars
3

Source code: https://github.com/volfpeter/sqlmodelservice

Documentation and examples: https://volfpeter.github.io/sqlmodelservice

SQLModelService

SQLModelService is a generic service layer on top of SQLModel for conveniently creating APIs with frameworks like FastAPI.

See the documentation for examples and the API reference.

Installation

The library is available on PyPI and can be installed with:

$ pip install sqlmodelservice

Dependencies

The only direct dependency of the project -- as the name suggests -- is SQLModel.

Contributing

Contributions are welcome.

License

The library is open-sourced under the conditions of the MIT license.