# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/dxzuzma
gorm 框架使用教程**
0 前言從本期開始,我們正式步入 gorm 框架的領域.gorm 是 golang 中最流行的 orm 框架,爲 go 語言使用者提供了簡便且豐富的數據庫操作 api.有關 gorm 的分享話題會分爲實操篇和原理篇,本篇是其中的實操篇,旨在向大家詳細介紹 gorm 框架的使用方法.gorm 本身也支持多種數據庫類型,在本文中,統一以 mysql 作爲操作的數據庫類型.有關 gorm 的更多資訊:• ⌘ Read more