Given that the zip code data is not very large we could as well move it directly into the Kiebitz binary instead of storing it in the database. The io.FS and embed functionality allows us to easily include this data in the binary and load it into memory at the startup of the server. This would reduce the operational complexity at the expense of a slightly larger binary.