# 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/v3afzda
【Go Web 開發】數據庫安裝與配置**
備註:【Go Web 開發】是一個從零開始創建關於電影管理的 Web 項目。接下來的內容,我們將繼續我們的項目,安裝並配置一個 SQL 數據庫來持久存儲客戶端發送的 movie 數據。這裏我們將使用 PostgreSQL 數據庫。它是開源的,非常可靠,並且具有一些獨特的新特性——包括支持數組和 JSON 數據類型、全文搜索和地理空間查詢。在項目開發過程中,我們將使用這些新的 PostgreSQL ⌘ Read more