package
Version:
v0.0.0-...-c69a8cc
Opens a new window with list of versions in this module.
Published: Apr 23, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package db provides sql querying.
DB embedding used to extend standard methods.
Connect connects to the database.
This is a generic solution, so it's possible to connect to
all SQL DB supported by `gorm`.
Connection example:
db.Connect(
"postgres",
"postgresql://postgres:postgres@localhost:5432/beetlefinder?sslmode=disable")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.