conduit_mysql 7.0.0
conduit_mysql: ^7.0.0 copied to clipboard
MySQL / MariaDB ORM backend for conduit. Schema management, raw execute path, and dialect-agnostic ORM `newQuery<T>` (lifted from the postgresql package).
conduit_mysql #
MySQL / MariaDB ORM backend for Conduit.
Schema management, raw execute path, and the dialect-agnostic ORM
newQuery<T> lifted from conduit_postgresql.
See doc/usage.md for the integration walkthrough.
Status #
Published from the Conduit 7.0.0 release. Treat the public API as
stable; corner cases that the Postgres backend covers but MySQL does
not are tracked in doc/usage.md.