sleipnir042
psql
create user spicedb; alter user spicedb password '25p1cy4m3'; create database spicedb; grant all on database spicedb to spicedb;