Documentation ¶
Overview ¶
Package postgres implements functions for the manipulation of databases.
Index ¶
Constants ¶
View Source
const ( // Orders table Orders table = "orders" // Products table Products table = "products" // Reviews table Reviews table = "reviews" // Shops table Shops table = "shops" // Users table Users table = "users" )
Variables ¶
This section is empty.
Functions ¶
func AddPagination ¶
AddPagination adds pagination to a query, returns it and the arguments to be used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.