Discover Packages
github.com/hatami57/microjet/gormx/postgres
package
module
Version:
v0.33.0
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package postgres provides the PostgreSQL driver for gormx.Module.
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.WithModule(gormx.Module(postgres.Driver()))
app.WithModule(gormx.Module(postgres.Driver(), "analytics"))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.