Hello , I have audios to store in a Ktor app. I d...
# ktor
l
Hello , I have audios to store in a Ktor app. I don't know what is the best way to do this. Is is better to store base64 in a database or store audios in a file system like AWS? What are the advantages to use AWS over a base 64 in a db?
a
In case of using database as a storage you can use the BLOB type to store binary data.