This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Archit Kumar
architxkumar.bsky.social
did:plc:kgx3bbos2lkfimsmia4extwu
I have a question about unit testing around databases in #golang. In the lib/pq's documentation, it states that I need to have a live PostgreSQL server to test it out. However, in unit testing, shouldn't the external dependencies be mocked?
https://github.com/lib/pq/blob/master/TESTS.md
2025-10-05T05:23:59.259Z