package
1.5.21
Repository: https://github.com/defacto2/server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Artists selects a list of distinct artists.
BBSsAlphabetical selects a list of distinct BBS names.
BBSsOldest selects a list of distinct releasers or groups, only showing BBS sites and ordered by the file count.
BBSsProlific selects a list of distinct releasers or groups, only showing BBS sites and ordered by the file count.
Coders selects a list of distinct coders.
Columns returns a list of column selections used for filtering and statistics.
Connections returns the number of active connections and the maximum allowed connections.
FTPsAlphabetical selects a list of distinct FTP site names.
MagazinesAlphabetical selects a list of distinct magazine titles.
MagazinesOldest selects a list of distinct releasers or groups, only showing magazines and ordered by the file count.
Musicians selects a list of distinct musicians.
New initializes the connection with default values or values from the environment.
Opens a new connection to the PostgreSQL database.
No description provided by the author
ReleasersAlphabetical selects a list of distinct releasers or groups, excluding BBS and FTP sites.
ReleasersOldest selects a list of distinct releasers or groups, excluding BBS and FTP sites and ordered by the oldest year.
ReleasersProlific selects a list of distinct releasers or groups, excluding BBS and FTP sites and ordered by the file count.
Roles returns all of the sceners reguardless of the attribution.
Sceners selects a list of distinct sceners.
ScenerSQL is the SQL query for getting sceners.
SetFilesize0 is an SQL statement to update filesize column NULLs with 0 values.
SetUpper is an SQL statement to update a column with uppercase values.
SimilarInitialism selects an exact list of distinct releasers or groups, like the query strings and ordered by the file count.
SimilarToMagazine selects a similar list of distinct magazine titles, like the query strings and ordered by the file count.
SimilarToReleaser selects a similar list of distinct releasers or groups, like the query strings and ordered by the file count.
Stat returns the SumSize and TotalCnt column selections.
SumGroup is an SQL statement to sum the filesizes of records matching the group.
Summary is an SQL statement to count the number of files, sum the filesize, select the oldest year and the newest year.
SumPlatform is an SQL statement to sum the filesizes of records matching the platform.
SumSection is an SQL statement to sum the filesizes of records matching the section.
Writers selects a list of distinct writers.

# Constants

Artist or illustrator of an image or artwork.
Coder or programmer of a program or application.
nolint: gosec.
DriverName of the database.
MaxYear is a partial SQL statement to select the maximum year value.
MinYear is a partial SQL statement to select the minimum year value.
Musician or composer of a music or audio track.
Protocol of the database driver.
SumSize is a partial SQL statement to sum the filesize values of multiple records.
TotalCnt is a partial SQL statement to count the number of records.
Ver is a SQL statement to select the version of the PostgreSQL database server in use.
Writer or author of a document.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Connection details of the PostgreSQL database connection.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author