Any type file can be stored in a database as a binary large object (BLOB). But unless you need ability to do advanced search on the image's metadata or if you need fine grained access persmissions for the files, there are normally few advantages of doing so. Unless you need those features, you may acheive your goals by storing a file path to the image in a columns in the database and store the metadata of the image in the RDBMS.