MongoDB
MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents.
|
|
Import
import { MongodbIcon, Mongodb } from "@dev.icons/react";Render
<MongodbIcon size={32} />
<Mongodb size={32} />Compare
MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents.
import { MongodbIcon, Mongodb } from "@dev.icons/react";<MongodbIcon size={32} />
<Mongodb size={32} />Compare