Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wauplin
/
docker-space-fastapi-react
like
10
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
3ca3e6a
docker-space-fastapi-react
/
backend
/
src
/
schemas.py
Wauplin
HF Staff
much much better
e92d5c0
verified
6 days ago
raw
Copy download link
history
blame
Safe
133 Bytes
from
sqlmodel
import
Field, SQLModel
class
UserCount
(SQLModel, table=
True
):
name:
str
= Field(primary_key=
True
)
count:
int