Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
/ sqlp Public archive

Provides several features for `database/sql`

License

Notifications You must be signed in to change notification settings

valord577/sqlp

Repository files navigation

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).

About

Provides several features for `database/sql`

Topics

Resources

License

Stars

Watchers

Forks

Languages