# WooCommerce

WooCommerce provides three types of instances, viz., self-hosted, WordPress-hosted, and non-WordPress hosted. Self-hosted instance relies on the MySQL database as its base technology. Hence we recommend using the MySQL connector for it, while for the other two, you can use the [WooCommerce APIs](https://woocommerce.com/document/woocommerce-rest-api/) to integrate the data through API Pull.

For schema details please refer to the [WooCommerce documentation](https://github.com/woocommerce/woocommerce/wiki/Database-Description).
