Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View calvinbrewer's full-sized avatar

CJ Brewer calvinbrewer

View GitHub Profile
@calvinbrewer
calvinbrewer / supabase-cipherstash-extension.sql
Created February 6, 2024 18:11
supabase-cipherstash-extension.sql
--
-- PostgreSQL CipherStash Extension
--
--
-- Name: pgcrypto; Type: EXTENSION; Schema: -; Owner: -
--
-- CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA public;
@calvinbrewer
calvinbrewer / cipherstash-extension.sql
Last active November 20, 2023 04:26
PostgreSQL CipherStash Extension
--
-- PostgreSQL CipherStash Extension
--
--
-- Name: pgcrypto; Type: EXTENSION; Schema: -; Owner: -
--
CREATE EXTENSION pgcrypto WITH SCHEMA public;