secret-postgresql Secret implementation in PostgreSQL. Usage Run the SQL file or include the feature in your database migration. Example create table users ( id text default secret(), password text default secret() );