Discover Packages
github.com/mohammadne/takhir
pkg
databases
postgres
package
Version:
v0.0.0-...-264c737
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Host string `koanf:"host"`
Port int `koanf:"port"`
User string `koanf:"user"`
Password string `koanf:"password"`
Database string `koanf:"database"`
}
type Postgres struct {
*sqlx .DB
Vectors *vectors
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.