2019-08-18
— 7 min read
# architecture
# golang
Writing a data mapper to access database is boring, thus many developers usually come with an ORM library at the first place without known its drawbacks. Then they perform some tricks to meet ORM library. This article illustrates a process to build your own data layer with sqlx
- a well-extended design from database/sql