postgres

package
v0.0.0-...-dfd90ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const AddPinCmd = `INSERT INTO boards_pins(pin_id, board_id)
						VALUES($1, $2);`
View Source
const RemovePinCmd = `DELETE FROM boards_pins
						WHERE pin_id = $1 AND board_id = $2;`

Variables

This section is empty.

Functions

func NewPostgresRepository

func NewPostgresRepository(db *sql.DB, log *zap.Logger) pkgBoards.Repository

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL