ortuman/jackal

store: add PostgresSQL support

Closed this issue · 4 comments

Implement postgres storage backend.

What's exactly needs to be done here? Since Squirrel is psql-compatible, is it only the database setup code that needs to be written? Are there things in storage/sql package that won't work with postgres?

Trying to asses how much work needs to be done, I'd give it a shot if I can fit it into my schedule.

Also adapting sanetizers and specific platform statements such as “Insert or update”. A little help on this would be great! 🙏🏻

I'll give it a shot. This is one of the very few things I can help with, since I'm not familiar with the XMPP protocol (yet).

Implemented in ef9484b

Thank you @robzon 🙌