This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
jack
/
r2rpy
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
edd2aaee5a
Ramas
Etiquetas
master
r2rpy
/
py
/
core
/
providers
/
database
/
__init__.py
__init__.py
94 B
Histórico
Raw
1
2
3
4
5
from .postgres import PostgresDatabaseProvider
__all__ = [
"PostgresDatabaseProvider",
]