This commit is contained in:
Waylon Walker 2024-02-29 14:50:41 -06:00
commit 527ecc4062
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
9 changed files with 1238 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# sqlmodel base
[![PyPI - Version](https://img.shields.io/pypi/v/sqlmodel-base.svg)](https://pypi.org/project/sqlmodel-base)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlmodel-base.svg)](https://pypi.org/project/sqlmodel-base)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install sqlmodel-base
```
## License
`sqlmodel-base` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.