Categorygithub.com/rtradeltd/database
modulepackage
1.3.0
Repository: https://github.com/rtradeltd/database.git
Documentation: pkg.go.dev

# README

☕️ database GoDoc Build Status codecov Go Report Card

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.

# Structs

DBOptions declares options for opening a database connection.
Manager is used to manage databases.
Options is used to configure a connection to the database.