Want to add functionality to MySQL via an extension, just like pgx/pgrx in PostgreSQL?
Write custom SQL functions (VDFs) for MySQL/VillageSQL in safe Rust. The SDK handles all FFI marshaling so you work entirely in ordinary Rust types.
Feedback welcome!