# README
go-queue-sql (github.com/antonio-alexander/go-queue-sql)
The goal of this library is a proof of concept that provides another implementation of go-queue that is neither in-memory (like finite/infinite) nor on-disk like go-durostore, but uses a database as a back-end.
I am FULLY aware that the database is NOT the best solution for this problem, but...a database scales considerably better than file systems or in-memory.
# Functions
No description provided by the author
# Constants
default configuration items.
default configuration items.
default configuration items.
default configuration items.
default configuration items.
default configuration items.
default configuration items.
default configuration items.
No description provided by the author
# Structs
Configuration provides the different items we can use to configure how we connect to the database.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author