package
2.0.1+incompatible
Repository: https://github.com/pfthink/whatsmeow.git
Documentation: pkg.go.dev

# Functions

New connects to the given SQL database and wraps it in a Container.
NewSQLStore creates a new SQLStore with the given database container and user JID.
NewWithDB wraps an existing SQL connection in a Container.

# Variables

ErrDeviceIDMustBeSet is the error returned by PutDevice if you try to save a device before knowing its JID.
ErrInvalidLength is returned by some database getters if the database returned a byte array with an unexpected length.
PostgresArrayWrapper is a function to wrap array values before passing them to the sql package.
Upgrades is a list of functions that will upgrade a database to the latest version.

# Structs

Container is a wrapper for a SQL database that can contain multiple whatsmeow sessions.
No description provided by the author