Skip to content

Parsifal/secret-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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()
);

About

πŸ— Secret implementation in PostgreSQL.

Topics

Resources

License

Stars

Watchers

Forks