generic-connection-pool is an extensible connection pool agnostic to the connection type it is managing. It can be used for TCP, http, database or ssh connections.
This driver has SQLite embedded, you don't need to install one separately. Instead, this driver is based on pure-Go implementation of SQLite (https://gitlab.com/cznic ...