Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 279 Bytes

go-sql

go-sql is a Go library that centralizes reusable SQL components, simplifying the development and management of SQL database operations.

SQL Components

  • Pagination (with package gorm)
  • Copy (with package sql)

Usages

  • Pagination
  • Copy