Database
PostgreSQLConfig
Bases: BaseSettings
Methods:
Name | Description |
---|---|
init_db |
|
postgres_url
postgres_url: str = Field(
default="postgresql://postgres:postgres@postgres:5432/postgres",
validation_alias=AliasChoices("POSTGRES_URL"),
title="PostgreSQL Url",
description="The URL to connect to the PostgreSQL database.",
frozen=False,
deprecated=False,
)
init_db
Source code in src/types/database.py
SQLiteConfig
RedisConfig
Bases: BaseSettings
Methods:
Name | Description |
---|---|
hvalues |
|
save |
|
load |
|
delete |
|