Is it possible to interact with the MySQL database directly?

I’m working with a finance/stock management systems that are very happy connecting with and working a MySQL database directly. To avoid any expensive enhancements to these systems I’d like to be able to interact with the MySQL database instance behind 8bases GraphQL API. Is this possible?

2 Likes

Good idea. At least for reading and inserting

1 Like

Hey can create DB Views using a Select SQL query https://docs.8base.com/docs/8base-console/platform-tools/data-builder/#table-types

We currently offer direct SQL access on premium plans! Just reach out if that’s something you’d like.

2 Likes