MySQL provider for zod-dbs, enabling type-safe database schema generation from MySQL or MariaDB databases. Current stable version is 1.0.5 with regular updates. It uses mysql2 for connectivity and introspects via information_schema.columns, supporting both MySQL and MariaDB. Key differentiator: integrates with zod-dbs to generate Zod schemas directly from database schema, providing end-to-end type safety without manual schema definitions.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
createProvider is a named export, not default.
generateZodSchemas comes from 'zod-dbs', not the provider package.
CLI is run via zod-dbs; --provider mysql selects the mysql provider.
Generates Zod schemas from a MySQL database using the zod-dbs-mysql provider.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.