Thank you. It's only possible because of your great works together with #[6] to make nostr-wallet-connect implementation 🙏

Maybe only a bit suggestion for the future, can you provide alternative of Postgres in ENV variable like using Sqlite as it will give more portability option? Currently, have to replace the code manually from Postgres to Sqlite in main.go

db, err := gorm.Open(sqlite.Open("wc.db"), &gorm.Config{})

Reply to this note

Please Login to reply.

Discussion

Yes, Sqlite will be the default for self hosting

Great, thank you..

What does it use a database for?

Good question. It uses this to store an app-specific key to share with the nostr client that you can revoke.