db

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package db provides permanent data storage

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// QueryPeriod is the amount of time that any database action can take before it should timeout.
	QueryPeriod time.Duration
}

Config contains options for how the database should run.

Directories

Path Synopsis
Package firestore use a google cloud firestore database.
Package firestore use a google cloud firestore database.
Package mongo implements database structures for mongodb.
Package mongo implements database structures for mongodb.
sql
Package sql implements a SQL database.
Package sql implements a SQL database.
postgres
Package postgres implements an SQL Database for Postgres servers.
Package postgres implements an SQL Database for Postgres servers.
Package user contains handles the state of users.
Package user contains handles the state of users.
bcrypt
Package bcrypt contains password hashing and checking logic for stored passwords.
Package bcrypt contains password hashing and checking logic for stored passwords.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL