Closed kanedaq closed 1 year ago
image: postgres
image: groonga/pgroonga:3.0.8-alpine-15-slim
SELECT * FROM memos WHERE content &@ '全文検索';
-- name: ListMemo :many
どうやって実装するのか
Docker
image: postgres
変更後:image: groonga/pgroonga:3.0.8-alpine-15-slim
DB側で試す
SELECT * FROM memos WHERE content &@ '全文検索';
sqlcで試す
-- name: ListMemo :many
SELECT * FROM memos WHERE content &@ '全文検索';