¶
CrossDB
Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨
-
🌌 Simple
CrossDB is easy to install and deploy, with zero external dependencies. It runs in-process within its host application with a tiny footprint.
-
♻️ Portable
CrossDB runs on Linux, macOS, Windows, BSD, and all popular hardware architectures. It offers idiomatic client APIs for major programming languages.
-
🚀 Ultra Fast
The hand-written SQL parser and memory-oriented design architecture enable the database to execute SQL at blazing speed.
-
⛽ Hybrid Storage Mode
CrossDB supports both On-Disk and In-Memory databases (IMDB). It can also operate in Hybrid mode, with some tables stored On-Disk and others In-Memory.
-
🔱 SQL
Most SQL statements are standard, and CrossDB also supports many extended statements from MySQL for convenient management.
-
💮 Server Mode
In addition to the Embedded RDBMS mode, CrossDB can also operate in Embedded Server mode or as a Standalone RDBMS server.