Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 884 Bytes

File metadata and controls

43 lines (28 loc) · 884 Bytes

Sqlp

Go Report Card Go Reference GitHub

Sqlp is a library which provides several features for database/sql and only depend on the stdlib database/sql.

Compatibility

  • Compatible with go 1.16+

Features

  • Use raw sql via custom handlers when needed
  • Make object-relational mapping easier to use

Installing

go mod:

go get github.com/valord577/sqlp

Example

Changes

See the CHANGES for changes.

License

See the LICENSE for Rights and Limitations (MIT).