Building extensions for MySQL in Rust like pgx/pgrx

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!