The Elyra SQL family
Elyra SQL · The Data Layer

A SQL stack,
end to end .

Three products, one family: a MySQL-compatible server, a native desktop client, and an embeddable, replication-ready engine that runs anywhere.

Open source

Elyra SQL Server

v0.9.2

A MySQL-compatible SQL server in Rust

The whole database is one crash-safe ACID file. It speaks the MySQL wire protocol, with native vector search and parallel OLAP aggregation.

  • Single-file, ACID
  • MySQL wire protocol
  • Vector + OLAP
Free · Pro · Premium

Elyra SQL Client

v0.2.0

A native desktop SQL workbench

Browse, query, edit and model your data in a native app that starts instantly. Free to browse and query; Pro and Premium unlock more.

  • SQL editor + data grid
  • Inline editing & import/export
  • Visual query builder
Open source

Elyra SQL Anywhere

v0.3.1

An embeddable, replication-ready engine

A replication-ready SQL engine built on SQLite — embed it in your app or run it as a server, with HTTP and vector search.

  • Embeddable SQLite core
  • Replication-ready
  • HTTP + vector search
How they fit together

Store it, explore it,
embed it.

Run SQL Server for a MySQL-compatible database in a single file. Connect to it (or any MySQL) with the native SQL Client. And when you need SQL inside your own app — embeddable and replication-ready — reach for SQL Anywhere.

the SQL family
# Server — one file, MySQL protocol
$ elyrasql serve --data app.edb

# Client — connect and explore
$ open -a "ElyraSQL Client"

# Anywhere — embed the engine
$ cargo add sqlanywhere