Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

How to integrate DB with my charm

Please check the supported interfaces of the current charm first. You have options to use modern (preferred) or legacy interfaces. Make sure you are familiar with Juju integration concepts.

The most existing charms currently use ops-lib-mysql interface (legacy). Canonical recommends for new charms to use data-platform-libs instead. You can take a look at mysql-test-app for more practical examples. Consider to read the great manual about the charm development. The legacy charm details are well described here.

FAQ:

  • Q: Does the requirer need to set anything in relation data?
    A: it depends on the interface. Check the mysql_client interface requirements.
  • Q: Is there a charm library available, or does my charm need to compile the mysql relation data on its own?
    A: Yes, the library is available: data-platform-libs.
  • Q: How do I obtain the database url/uri?
    A: it is planned, but currently missing. Meanwhile use PostgreSQL as an example.

Troubleshooting:

Contact us if you have any questions, issues and/or ideas!

Last updated 11 months ago. Help improve this document in the forum.