MongoDB
Document-oriented NoSQL database that stores data as flexible JSON-like documents, suited for evolving schemas and high-throughput workloads.
// fetching content
const page = await loadPage();
Document-oriented NoSQL database that stores data as flexible JSON-like documents, suited for evolving schemas and high-throughput workloads.