What are database connections? | Aquro Help Center

Database connections in Aquro are an easy way to read from / write to an external SQL database without needing to expose your entire database to all app users.

The database connections service connects to your existing database and then transforms the data into the data models you already have configured in your app and it makes it therefor very simple to work with your external data inside your app.

To use an external database inside your app you will have to configure the database connection by adding your database connection details inside Aquro App Studio. Then you may simply select which tables that exposed to your app and set the permissions.

Read more about adding a database connection to your app here.