# 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/z6dc36q
GORM 強大的代碼生成工具 — gorm-gen
GORM 的那些困擾----------GORM 進入到 2.0 時代之後解決了很多 jinzhu/gorm 時代的問題,整體的擴展性以及功能也更強大。但總有一些繞不開的問題困擾着我們。SQL 注入Object Relational Mapping 的定位就是幫助開發者減輕心智負擔,你不用再去思考業務 object 和 數據表 relation 之間的對應,ORM 框架來幫你完成。我們只需要簡單的 ⌘ Read more