Go sqlx库

Posted Vincen_shen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Go sqlx库相关的知识,希望对你有一定的参考价值。

sqlx is a library which provides a set of extensions on go‘s standard database/sql library.

sqlx support some db:  mysql, postgresql, oracle, sqlite ...

https://github.com/jmoiron/sqlx

以上是关于Go sqlx库的主要内容,如果未能解决你的问题,请参考以下文章