8000 GitHub - maraino/go-sqlx: general purpose extensions to golang's database/sql
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maraino/go-sqlx

 
 

Repository files navigation

⚠️ This is a fork from the original repo to keep some maintanance

go/sqlx

Code-Testing

Quick dating the lib:

  • 🧐 What is sqlx?
    sqlx is a library which provides a set of extensions on go's standard database/sql library.
  • 🚀 Why use sqlx?
    Marshal rows into Structs, Named Prepared Statements, Get and Select to go quickly from query to struct/slice
  • 🤝🏻 comapitble with the native packages?
    sqlx leaves the underlying interfaces untouched and just superset on the standard ones

install

go get github.com/go-sqlx/sqlx

About

general purpose extensions to golang's database/sql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0