Skip to content

SQLModelService

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

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.