index
:
secdiam.git
master
Identity and Access Management library and Sec(urity)D(aemon)
rse8
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
secd
/
store
/
sqlite
/
sql
/
write_identity.sql
blob: ff54468584dd88de60f85b42a3e95036d8411268 (
plain
)
1
insert into identity (identity_public_id, data, created_at) values (?1, ?2, ?3);