datapod_mysql 0.1.0 copy "datapod_mysql: ^0.1.0" to clipboard
datapod_mysql: ^0.1.0 copied to clipboard

MySQL database plugin for the Datapod ORM framework.

datapod_mysql #

The MySQL database plugin for the Datapod ORM framework.

✨ Features #

  • Fully integrates MySQL into the Datapod ecosystem.
  • Supports transactions, connection pooling, and automated schema management.
  • Handles common MySQL data types via Datapod's mapping system.

📖 Usage #

Add to your pubspec.yaml:

dependencies:
  datapod_mysql: any

Then configure it in your databases.yaml:

databases:
  - name: my_db
    plugin: datapod_mysql

For full documentation, see the root README.

0
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

MySQL database plugin for the Datapod ORM framework.

Repository (GitHub)
View/report issues

Topics

#orm #database #mysql #persistence

License

unknown (license)

Dependencies

datapod_api, datapod_engine, logging, meta, mysql1

More

Packages that depend on datapod_mysql