# 云数据库

- [Oracle Database快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/oracle-database-kuai-su-ru-men.md): Oracle Database （简称 “Oracle”）是一个以领先的性能、可扩展性、可靠性和安全性著称的数据库管理系统。Oracle Database 目前主要与 Oracle 公司其他软件集成，形成广泛的解决方案。
- [SQLite快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/sqlite-kuai-su-ru-men.md): SQLite 是一个 C 语言库，它实现了一个小型、快速、自包含、高可靠性、功能齐全的 SQL 数据库引擎。SQLite 是世界上使用广泛的数据库引擎之一。SQLite 内置于所有手机和大多数计算机中，并捆绑在人们每天使用的无数其他应用程序中。
- [Neo4j快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/neo4j-kuai-su-ru-men.md): Neo4j 是一个高性能的 NoSQL 图形数据库，它将事物之间的关系存储为数据库技术，广泛用于知识图谱，社交关系链，商品推荐，IT架构，商品主数据等领域。Neo4j 也可以被看作是一个高性能的图引擎，该引擎具有成熟数据库的所有特性。
- [Memcached快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/memcached-kuai-su-ru-men.md): Memcached 是一个自由开源的，基于内存的key-value存储的高性能，分布式内存对象缓存系统。
- [Redis快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/redis-kuai-su-ru-men.md): Redis  是一个流行的开源数据库、缓存、流式处理引擎和消息代理的开源内存中数据存储。
- [CouchDB快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/couchdb-kuai-su-ru-men.md): Apache CouchDB™ 是一个原生 HTTP/JSON API 驱动的文档数据库，可以作为后端即服务使用。CouchDB 的目标具有高度可伸缩性，提供了高可用性和高可靠性，即使运行在容易出现故障的硬件上也是如此。
- [MongoDB快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/mongodb-kuai-su-ru-men.md): MongoDB 是通用、基于文档的分布式数据库，帮助现代应用程序开发人员迎接云时代的到来。它在类似 JSON 的文档内存储数据。这种面对数据的数据存储方法非常自然，比传统的排/列模型更加直观和强大。MongoDB 也是一个真正的具有全套工具的数据平台，能帮助开发人员、分析师和数据科学家等各类人群更方便地处理数据。
- [RethinkDB快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/rethinkdb-kuai-su-ru-men.md): RethinkDB 是一个曾经与 MongoDB 齐名的开源文档（JASON）数据库，目前完全由开源社区驱动。它支持多种数据类型，提供可视化的控制台，很方便部署和构建集群。
- [PostgreSQL快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/postgresql-kuai-su-ru-men.md): PostgreSQL 社区志愿者开发的开源关系型数据库系统，它源于 UC Berkeley 大学 1977 年的 Ingres 计划。它稳定可靠，有很多前言的技术特征，并且性能卓越，在数据完整性和正确性方面赢得了良好的市场声誉。
- [CloudBeaver快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/cloudbeaver-kuai-su-ru-men.md): CloudBeaver Community 是一个开源的 Web 数据库可视化管理工具，前端基于 TypeScript 和 React 编写，支持 PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, Firebird, H2, Trino 等数据库。
- [MySQL/MariaDB快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/mysqlmariadb-kuai-su-ru-men.md): MySQL 是全球知名的关系型数据库管理系统，由瑞典 MySQL AB 公司开发，几经易手目前属于 Oracle 旗下产品。
- [SQL Server快速入门](https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku/sql-server-kuai-su-ru-men.md): SQL Server Express 是 Microsoft 官方 SQL Server 免费发行版（版权与约束）。易于部署并可无偿获取并可以随应用程序免费再分发。如果需要更多的高级数据库功能，可将 SQL Server Express 无缝升级到 SQL Server 商业版本。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.imdcinsights.com/ying-yong-zhong-xin/yun-shu-ju-ku.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
