Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

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

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages