Metadata-Version: 2.4
Name: postgresdbmodel
Version: 0.0.3
Summary: Capa de acceso a datos para PostgreSQL integrada con SQLAlchemy
Author: darth wayne
Author-email: darrthwayne@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SQLAlchemy
Requires-Dist: psycopg2-binary
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# postgresdbmodel

Capa de acceso a datos para PostgreSQL integrada con SQLAlchemy.

## Instalación
```bash
pip install postgresdbmodel
```

## Uso
```python
from postgresdbmodel.postgres_dal import PostgresDAL
from postgresdbmodel.sqlalchemy_data_mapper import DataMapper
# ...
```

## Licencia
MIT
