lurkingcat on Nostr: Thank you. It's only possible because of your great works together with #[6] to make ...
Thank you. It's only possible because of your great works together with bumi (npub1xv8…lk3x) 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{})
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{})