MySQL with extensions for the agentic AI era
A drop-in replacement for MySQL + extensions
curl https://start.villagesql.com | sh
Easy Extension Management
VillageSQL makes it incredibly easy to enable extensions—just use standard SQL commands. Install any extension with a single INSTALL EXTENSION command and immediately start using powerful new data types, functions, and capabilities. The UUID extension shown here adds native UUID support to MySQL.
# Install UUID extension if not already loaded
INSTALL EXTENSION 'vsql-uuid';
# Create test table with UUID column
CREATE TEMPORARY TABLE uuid_test (
id INT AUTO_INCREMENT PRIMARY KEY,
uuid_col UUID,
name VARCHAR(50)
);
Powerful Extensions
Build your own extension or use one we built
Ready to get started?
Install VillageSQL in seconds and start building modern, AI-powered applications with the database you already know.
curl https://start.villagesql.com | sh
Built by experts. Backed by top investors.
VillageSQL is built by leaders and experts from Google, Amazon, Microsoft, and Oracle. Together, we bring decades of experience working on databases and cloud infrastructure.