Discover Packages
github.com/hatami57/microjet/gormx/postgres
package
module
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Driver returns the built-in PostgreSQL driver (pgx). Connection settings are
read from the config section the host resolves (host, port, user, password,
name, sslMode):
app.WithDatabase(postgres.Driver())
app.WithNamedDatabase("analytics", postgres.Driver())
Source Files
¶
Click to show internal directories.
Click to hide internal directories.