I need JSON-like database and it should also have a storage to store media like images or videos.

  • Tja@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    +1 for mongodb. It has a 16MB limit but the GridFS API will chunk bigger files for you, so it’s transparent.