# Packages
Package sql provides a sql store for the screener-api.
# Variables
ErrNoAddressNotFound is returned when an address is not found.
# Structs
BlacklistedAddress is a blacklisted address.
# Interfaces
BlacklistedAddressDB is the interface for reading and writing blacklisted addresses to the database.
BlacklistedAddressReaderDB provides methods to read blacklisted addresses from the database.
BlacklistedAddressWriterDB provides methods to write blacklisted addresses to the database.
DB is the general database interface for the screener-api.