Compare the Top Database Management Systems (DBMS) in China as of November 2025 - Page 2

  • 1
    MySQL Workbench
    MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. MySQL Workbench is available on Windows, Linux and Mac OS X. MySQL Workbench enables a DBA, developer, or data architect to visually design, model, generate, and manage databases. It includes everything a data modeler needs for creating complex ER models, forward and reverse engineering, and also delivers key features for performing difficult change management and documentation tasks that normally require much time and effort. MySQL Workbench delivers visual tools for creating, executing, and optimizing SQL queries. The SQL Editor provides color syntax highlighting, auto-complete, reuse of SQL snippets, and execution history of SQL. The Database Connections Panel enables developers to easily manage standard database connections.
  • 2
    HanDbase

    HanDbase

    DDH Software

    HanDBase is a light and fast relational database manager for mobile devices which offers data entry, searching, sorting, filtering, printing and synchronization across a wide variety of desktop computers, tablets, handheld computing devices and smartphones. With HanDBase you can keep track of almost anything. Create your own custom data based applications in minutes using HanDBase and begin tracking whatever important information you need to be more productive while on the go. HanDBase is available as a separate product for many different devices and Operating Systems. Cross-platform technology makes it possible to seamlessly share database files & records with different types of devices. Forms Designer is available for some versions. Create completely custom interfaces for your records. Multi-user Syncing technology merges two or more users data into a single database / table.
  • 3
    H2

    H2

    H2

    Welcome to H2, the Java SQL database. In embedded mode, an application opens a database from within the same JVM using JDBC. This is the fastest and easiest connection mode. The disadvantage is that a database may only be open in one virtual machine (and class loader) at any time. As in all modes, both persistent and in-memory databases are supported. There is no limit on the number of database open concurrently, or on the number of open connections. The mixed mode is a combination of the embedded and the server mode. The first application that connects to a database does that in embedded mode, but also starts a server so that other applications (running in different processes or virtual machines) can concurrently access the same data. The local connections are as fast as if the database is used in just the embedded mode, while the remote connections are a bit slower.