- Microservice Patterns and Best Practices
- Vinicius Feitosa Pacheco
- 128字
- 2021-06-30 19:02:54
Golang ORMs
A feature which is adopted by the Gophers, the name was given to developers using Go, is not using ORMs. Often the preference is to use only the communication driver in the database.
Often Gophers dispense the using of an ORM to adopt just a tool that helps to make more practical information from the database in a Go struct. A tool of this type of relational database is SQLX (https://github.com/jmoiron/sqlx).
SQLX does not work like ORM; it is only library to create a more friendly interface for native Go packages to communicate with the database/SQL.
If the chosen database application is to be NoSQL, it will hardly be adopting any data interpretation tools, as the most practical method is to use only the available driver.
推薦閱讀
- 計算機網(wǎng)絡(luò)與通信(第2版)
- Truffle Quick Start Guide
- 互聯(lián)網(wǎng)安全的40個智慧洞見:2014年中國互聯(lián)網(wǎng)安全大會文集
- Mastering TypeScript 3
- Yii Application Development Cookbook(Second Edition)
- 6G新技術(shù) 新網(wǎng)絡(luò) 新通信
- Unity Artificial Intelligence Programming
- OMNeT++與網(wǎng)絡(luò)仿真
- VMware NSX網(wǎng)絡(luò)虛擬化入門
- 中國互聯(lián)網(wǎng)發(fā)展報告2021
- 精通SEO:100%網(wǎng)站流量提升密碼
- 物聯(lián)網(wǎng),So Easy!
- 網(wǎng)絡(luò)分析技術(shù)揭秘:原理、實踐與WinPcap深入解析
- 巧學(xué)活用CISCO網(wǎng)絡(luò)典型配置
- 局域網(wǎng)組建與維護項目教程