https://github.com/fastack-dev/fastack-sqlmodel
https://github.com/fastack-dev/fastack-sqlmodel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastack-dev/fastack-sqlmodel
- Owner: fastack-dev
- Created: 2021-12-24T16:04:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-09T16:52:29.000Z (4 months ago)
- Last Synced: 2026-03-09T21:59:49.597Z (4 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastack-sqlmodel
[SQLModel](https://github.com/tiangolo/sqlmodel) integration for [fastack](https://github.com/fastack-dev/fastack).
# Installation
```
$ pip install fastack-sqlmodel
```
# Usage
Add the plugin to your project configuration:
```python
PLUGINS = [
'fastack_sqlmodel',
...
]
```
Configuration:
* ``SQLALCHEMY_DATABASE_URI``: The database URI.
* ``SQLALCHEMY_OPTIONS``: Additional parameters for the SQLAlchemy engine.