Connections
Learn how Database Connections work in Wappler and how to reuse them in Server Actions.
Introduction
Section titled “Introduction”A database connection is the foundation for every Server Connect action that reads or writes data. In this tour, you will look at the connection setup details Wappler needs, understand how driver and credentials affect the target database, and see why this step comes before every query, insert, update, or delete workflow.
Database Connections
Section titled “Database Connections”Before you can query or modify data, configure a Database Connection for your project target(s). This stores credentials and makes the connection reusable in Server Actions.
Targets Matter
Section titled “Targets Matter”Make sure your Development and Production targets are configured. Connections are typically created per target.
Reuse Everywhere
Section titled “Reuse Everywhere”Once created, select the connection in Database Query/Insert/Update/Delete steps.
Next steps
Section titled “Next steps”Return to the Database Operations menu to continue with Queries, Insert, Update, Delete, or Paging.