https://github.com/volfpeter/sqlmodelservice
A generic service layer on top of SQLModel for conveniently creating APIs with frameworks like FastAPI
https://github.com/volfpeter/sqlmodelservice
fastapi pydantic python sql sqlalchemy sqlmodel
Last synced: about 1 month ago
JSON representation
A generic service layer on top of SQLModel for conveniently creating APIs with frameworks like FastAPI
- Host: GitHub
- URL: https://github.com/volfpeter/sqlmodelservice
- Owner: volfpeter
- License: mit
- Created: 2023-07-12T09:02:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:43:52.000Z (about 1 year ago)
- Last Synced: 2025-05-07T13:04:11.433Z (about 1 month ago)
- Topics: fastapi, pydantic, python, sql, sqlalchemy, sqlmodel
- Language: Python
- Homepage: https://volfpeter.github.io/sqlmodelservice
- Size: 694 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



**Source code**: [https://github.com/volfpeter/sqlmodelservice](https://github.com/volfpeter/sqlmodelservice)
**Documentation and examples**: [https://volfpeter.github.io/sqlmodelservice](https://volfpeter.github.io/sqlmodelservice/)
# SQLModelService
`SQLModelService` is a generic service layer on top of [SQLModel](https://sqlmodel.tiangolo.com/) for conveniently creating APIs with frameworks like [FastAPI](https://fastapi.tiangolo.com/).
See the [documentation](https://volfpeter.github.io/sqlmodelservice) for examples and the API reference.
## Installation
The library is available on PyPI and can be installed with:
```console
$ 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](https://choosealicense.com/licenses/mit/).