Why TeaQL Rust Removed SQLx
· 5 min read
TeaQL Rust originally treated SQLx as the obvious database foundation. It was mature, async, familiar to Rust backend developers, and already supported PostgreSQL, MySQL, and SQLite.
Then our AI coding workflow started complaining about the dependency graph.
