raito.utils.storages.sql packageΒΆ
- raito.utils.storages.sql.get_sqlite_storage(*, throw: Literal[True] = True) type['SQLiteStorage'][source]ΒΆ
- raito.utils.storages.sql.get_sqlite_storage(*, throw: Literal[False]) type['SQLiteStorage'] | None
- Parameters:
throw (bool)
- Return type:
type[SQLiteStorage] | None
- raito.utils.storages.sql.get_postgresql_storage(*, throw: Literal[True] = True) type['PostgreSQLStorage'][source]ΒΆ
- raito.utils.storages.sql.get_postgresql_storage(*, throw: Literal[False]) type['PostgreSQLStorage'] | None
- Parameters:
throw (bool)
- Return type:
type[PostgreSQLStorage] | None
- raito.utils.storages.sql.get_redis_storage(*, throw: Literal[True] = True) type['RedisStorage'][source]ΒΆ
- raito.utils.storages.sql.get_redis_storage(*, throw: Literal[False]) type['RedisStorage'] | None