OxiSQL — Pure-Rust SQL facade: connect to in-memory, embedded, or wire-protocol databases with a single API
Apache DataFusion TableProvider over oxisql Connection — enables OLAP SQL queries against oxisql-backed tables
Async connection pooling for OxiSQL — deadpool-postgres, custom MySQL manager, embedded no-op (Pure Rust)
Embedded in-memory SQL backend for OxiSQL — powered by GlueSQL
Pure-Rust MySQL backend for OxiSQL via mysql_async + OxiTLS (no libmysqlclient, no OpenSSL)
Directory-based SQL migration runner for OxiSQL — sqlparser filename convention, gluesql embedded tracker
Pure-Rust SQLite-compatible backend for OxiSQL via the Limbo engine
Pure-Rust PostgreSQL backend for OxiSQL via tokio-postgres + OxiTLS (no libpq, no OpenSSL)
Core traits and types for OxiSQL — the COOLJAPAN Pure-Rust SQL facade
SQL parsing utilities for OxiSQL — thin sqlparser facade