tangled
alpha
login
or
join now
slices.network
/
slices
Highly ambitious ATProtocol AppView service and sdks
131
fork
atom
overview
issues
10
pulls
2
pipelines
slices
/
api
/
migrations
/
012_pg_trgm_extension.sql
at
main
90 B
view raw
1
-- Enable pg_trgm extension for fuzzy text search
2
CREATE
EXTENSION
IF
NOT
EXISTS
pg_trgm
;