# README
☕️ database

Package database provides PostgreSQL management for Temporal, an easy-to-use interface into distributed and decentralized storage technologies for personal and enterprise use cases.
# Packages
No description provided by the author
# Functions
Initialize is used to init our connection to a database, and return a manager struct.
OpenDBConnection is used to create a database connection.
# Variables
EncryptedUploadObj is our encrypted upload model.
HostedIpfsNetObj is our hosted ipfs network model.
IpnsObj is our ipns model.
PaymentObj is our payment model.
TnsRecordObj is our tns record model.
TnsZoneObj is our tns zone model.
UploadObj is our upload model.
UserObj is our user model.